Spaces:
Paused
Paused
Update app.py
Browse files
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)
|