dx2102 commited on
Commit
c0fa5a2
·
verified ·
1 Parent(s): b0affb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-v9-2",
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
  )