Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ print('Loading model...')
|
|
18 |
# pipe = transformers.pipeline("text-generation", model="openai-community/gpt2")
|
19 |
pipe = transformers.pipeline(
|
20 |
"text-generation",
|
21 |
-
model="dx2102/llama-midi",
|
22 |
torch_dtype="bfloat16",
|
23 |
device_map="auto",
|
24 |
)
|
|
|
18 |
# pipe = transformers.pipeline("text-generation", model="openai-community/gpt2")
|
19 |
pipe = transformers.pipeline(
|
20 |
"text-generation",
|
21 |
+
model="dx2102/llama-midi-3B",
|
22 |
torch_dtype="bfloat16",
|
23 |
device_map="auto",
|
24 |
)
|