Update README.md
Browse files
README.md
CHANGED
@@ -103,6 +103,8 @@ 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 |
we use tencent/Hunyuan-MT-7B for example
|
107 |
|
108 |
```python
|
|
|
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 |
|
110 |
```python
|