basicv8vc commited on
Commit
caecee0
·
verified ·
1 Parent(s): 0077909

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,8 +35,8 @@ bnb_model = AutoModelForCausalLM.from_pretrained(
35
 
36
  tokenizer = AutoTokenizer.from_pretrained( model_name, trust_remote_code=True)
37
 
38
- bnb_model.push_to_hub("basicv8vc/Moonlight-16B-A3B-bnb-4bit")
39
- tokenizer.push_to_hub("basicv8vc/Moonlight-16B-A3B-bnb-4bit")
40
 
41
 
42
  ```
 
35
 
36
  tokenizer = AutoTokenizer.from_pretrained( model_name, trust_remote_code=True)
37
 
38
+ bnb_model.push_to_hub("slowfastai/Moonlight-16B-A3B-bnb-4bit")
39
+ tokenizer.push_to_hub("slowfastai/Moonlight-16B-A3B-bnb-4bit")
40
 
41
 
42
  ```