kibitzing commited on
Commit
8ab1d36
·
verified ·
1 Parent(s): ed10f3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.45.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
 
 
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