dx2102 commited on
Commit
cd71c82
·
verified ·
1 Parent(s): 8087323

Update app.py

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