spow12 commited on
Commit
cdecf6f
1 Parent(s): 71bcc8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -142,7 +142,7 @@ model.eval()
142
 
143
  pipe = pipeline("text-generation", model=model, tokenizer=tokenizer, device_map='auto')
144
 
145
- hf_hub_download(repo_id="spow12/ChatWaifu_v.1.2", filename="system_dict.json", local_dir='./')
146
  hf_hub_download(repo_id="spow12/ChatWaifu_v1.2", filename="sample_chat_history.json", local_dir='./')
147
 
148
  with open('./system_dict.json', 'r') as f:
 
142
 
143
  pipe = pipeline("text-generation", model=model, tokenizer=tokenizer, device_map='auto')
144
 
145
+ hf_hub_download(repo_id="spow12/ChatWaifu_v1.2", filename="system_dict.json", local_dir='./')
146
  hf_hub_download(repo_id="spow12/ChatWaifu_v1.2", filename="sample_chat_history.json", local_dir='./')
147
 
148
  with open('./system_dict.json', 'r') as f: