Instructions to use cczhong/internlm-chat-7b-4bit-gptq-safetensor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cczhong/internlm-chat-7b-4bit-gptq-safetensor with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="cczhong/internlm-chat-7b-4bit-gptq-safetensor", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cczhong/internlm-chat-7b-4bit-gptq-safetensor", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
e494bbd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0b88c68e66e0ad61a370818c404e6fae2c14a7dbe686a4145668c14a3553172e
size 8169656960
|