Instructions to use zzfive/ComfyChat-InternLM2-7b-v2-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zzfive/ComfyChat-InternLM2-7b-v2-1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="zzfive/ComfyChat-InternLM2-7b-v2-1", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zzfive/ComfyChat-InternLM2-7b-v2-1", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model-00002-of-00008.bin
Browse files
pytorch_model-00002-of-00008.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a63c043aa86741a5d066502ba3efa76590309001b29959902d4226f3bf82cb3
|
| 3 |
+
size 1946250273
|