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