Zymrael commited on
Commit
567369e
1 Parent(s): 1ec26ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
20
 
21
  We identified and fixed an issue related to a wrong permutation of some projections, which affects generation quality. To use the new model revision, please load as follows:
22
 
23
- ```
24
  config = AutoConfig.from_pretrained(model_name, trust_remote_code=True, revision="1.1_fix")
25
  model = AutoModelForCausalLM.from_pretrained(
26
  model_name,
 
20
 
21
  We identified and fixed an issue related to a wrong permutation of some projections, which affects generation quality. To use the new model revision, please load as follows:
22
 
23
+ ```python
24
  config = AutoConfig.from_pretrained(model_name, trust_remote_code=True, revision="1.1_fix")
25
  model = AutoModelForCausalLM.from_pretrained(
26
  model_name,