skaltenp commited on
Commit
b1d4a37
1 Parent(s): 44cc0f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ base_model = AutoModelForCausalLM.from_pretrained(
13
  quantization_config=bnb_config,
14
  device_map="auto",
15
  trust_remote_code=True,
16
- token=True,
17
  )
18
  model = AutoModelForCausalLM.from_pretrained(model_name, trust_remote_code=True)
19
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
 
13
  quantization_config=bnb_config,
14
  device_map="auto",
15
  trust_remote_code=True,
16
+ #token=True,
17
  )
18
  model = AutoModelForCausalLM.from_pretrained(model_name, trust_remote_code=True)
19
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)