skadewdl3 commited on
Commit
3dc2d66
Β·
1 Parent(s): 1c2aafc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ model = AutoModelForCausalLM.from_pretrained(
6
  "Trelis/Llama-2-7b-chat-hf-sharded-bf16",
7
  torch_dtype=torch.bfloat16,
8
  trust_remote_code=True,
9
- device_map="auto",
10
  low_cpu_mem_usage=True,
11
  device_map = {"": 0}
12
  )
 
6
  "Trelis/Llama-2-7b-chat-hf-sharded-bf16",
7
  torch_dtype=torch.bfloat16,
8
  trust_remote_code=True,
 
9
  low_cpu_mem_usage=True,
10
  device_map = {"": 0}
11
  )