masanorihirano commited on
Commit
85e6183
·
verified ·
1 Parent(s): 2c96fd6

Update model_pull.py

Browse files
Files changed (1) hide show
  1. model_pull.py +1 -1
model_pull.py CHANGED
@@ -4,4 +4,4 @@ from transformers import AutoTokenizer
4
  BASE_MODEL = "pfnet/plamo-2-1b"
5
 
6
  tokenizer = AutoTokenizer.from_pretrained(BASE_MODEL, trust_remote_code=True)
7
- model = AutoModelForCausalLM.from_pretrained(BASE_MODEL, trust_remote_code=True)
 
4
  BASE_MODEL = "pfnet/plamo-2-1b"
5
 
6
  tokenizer = AutoTokenizer.from_pretrained(BASE_MODEL, trust_remote_code=True)
7
+ # model = AutoModelForCausalLM.from_pretrained(BASE_MODEL, trust_remote_code=True)