Henry Hickman commited on
Commit
11b8b6e
·
1 Parent(s): 929b87c

Updated model to be better

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