Instructions to use tencent/Hunyuan-1.8B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tencent/Hunyuan-1.8B-Instruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tencent/Hunyuan-1.8B-Instruct", dtype="auto") - Notebooks
- Google Colab
- Kaggle
The checkpoint you are trying to load has model type `hunyuan_v1_dense` but Transformers does not recognize this architecture.
1
#3 opened 10 months ago
by
xueyan1
Update README.md
#1 opened 10 months ago
by
woodchen7