Spaces:
Sleeping
Sleeping
Henry Hickman commited on
Commit ·
11b8b6e
1
Parent(s): 929b87c
Updated model to be better
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ pipe = pipeline(
|
|
| 6 |
"text-generation",
|
| 7 |
model="microsoft/Phi-3-mini-4k-instruct",
|
| 8 |
torch_dtype="auto",
|
| 9 |
-
device_map=
|
| 10 |
max_new_tokens=300
|
| 11 |
)
|
| 12 |
|
|
|
|
| 6 |
"text-generation",
|
| 7 |
model="microsoft/Phi-3-mini-4k-instruct",
|
| 8 |
torch_dtype="auto",
|
| 9 |
+
device_map=1,
|
| 10 |
max_new_tokens=300
|
| 11 |
)
|
| 12 |
|