basicv8vc commited on
Commit
9fc3573
·
verified ·
1 Parent(s): 47946db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,8 +32,8 @@ bnb_model = AutoModelForCausalLM.from_pretrained(
32
 
33
  tokenizer = AutoTokenizer.from_pretrained( model_name, trust_remote_code=True)
34
 
35
- bnb_model.push_to_hub("basicv8vc/DeepSeek-V2-Lite-bnb-4bit")
36
- tokenizer.push_to_hub("basicv8vc/DeepSeek-V2-Lite-bnb-4bit")
37
 
38
 
39
  ```
 
32
 
33
  tokenizer = AutoTokenizer.from_pretrained( model_name, trust_remote_code=True)
34
 
35
+ bnb_model.push_to_hub("slowfastai/DeepSeek-V2-Lite-bnb-4bit")
36
+ tokenizer.push_to_hub("slowfastai/DeepSeek-V2-Lite-bnb-4bit")
37
 
38
 
39
  ```