Update README.md
Browse files
README.md
CHANGED
@@ -369,7 +369,7 @@ For all later turns, the reasoning (think) content from previous turns is not ad
|
|
369 |
|
370 |
## **Huggingface Usage Example**
|
371 |
|
372 |
-
After downloading the model binaries, including the configuration files, to a local path(`/path/to/hyperclova-x-seed-think-14b`), you can run the following in a Python environment with the [Huggingface library](https://huggingface.co/docs/transformers/installation)(verified to work with version 4.
|
373 |
|
374 |
You can use the `apply_chat_template` parameter to explicitly enable or disable the reasoning feature.
|
375 |
|
|
|
369 |
|
370 |
## **Huggingface Usage Example**
|
371 |
|
372 |
+
After downloading the model binaries, including the configuration files, to a local path(`/path/to/hyperclova-x-seed-think-14b`), you can run the following in a Python environment with the [Huggingface library](https://huggingface.co/docs/transformers/installation)(verified to work with version 4.53.0) and [timm(pytorch-image-models)](https://github.com/huggingface/pytorch-image-models) installed.
|
373 |
|
374 |
You can use the `apply_chat_template` parameter to explicitly enable or disable the reasoning feature.
|
375 |
|