10Aizen01 commited on
Commit
f03bf5c
·
verified ·
1 Parent(s): 8c50e84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ tokenizer = AutoTokenizer.from_pretrained(base_model_id)
13
  base_model = AutoModelForCausalLM.from_pretrained(
14
  base_model_id,
15
  torch_dtype=torch.float32,
16
- device_map={"": "cpu"}
17
  low_cpu_mem_usage=True
18
  )
19
 
 
13
  base_model = AutoModelForCausalLM.from_pretrained(
14
  base_model_id,
15
  torch_dtype=torch.float32,
16
+ device_map={"": "cpu"},
17
  low_cpu_mem_usage=True
18
  )
19