hhoh commited on
Commit
408cc54
·
verified ·
1 Parent(s): c321094

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,7 +103,7 @@ pip install transformers==4.56.0
103
 
104
  The following code snippet shows how to use the transformers library to load and apply the model.
105
 
106
- *!!! If you want to load fp8 model with transformers, you need to change the name"ignored_layers" in config.json to "ingore" and upgrade the compressed-tensors to compressed-tensors-0.11.0.*
107
 
108
  we use tencent/Hunyuan-MT-7B for example
109
 
 
103
 
104
  The following code snippet shows how to use the transformers library to load and apply the model.
105
 
106
+ *!!! If you want to load fp8 model with transformers, you need to change the name"ignored_layers" in config.json to "ignore" and upgrade the compressed-tensors to compressed-tensors-0.11.0.*
107
 
108
  we use tencent/Hunyuan-MT-7B for example
109