Ayeshanoor101 commited on
Commit
f5193a1
1 Parent(s): 6c5ce87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ torch.random.manual_seed(0)
8
 
9
  model = AutoModelForCausalLM.from_pretrained(
10
  "microsoft/Phi-3-mini-128k-instruct",
11
- device_map="cuda",
12
  torch_dtype="auto",
13
  trust_remote_code=True,
14
  )
 
8
 
9
  model = AutoModelForCausalLM.from_pretrained(
10
  "microsoft/Phi-3-mini-128k-instruct",
 
11
  torch_dtype="auto",
12
  trust_remote_code=True,
13
  )