Instructions to use zai-org/visualglm-6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/visualglm-6b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/visualglm-6b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
why run python demo_demo.py show visualglm6b.zip error
#7
by gafield - opened
why run python demo_demo.py show visualglm6b.zip error
....gpt/.sat_models/visualglm-6b.zip: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 8.37k/8.37k [00:00<00:00, 52.0MB/s]
Unzipping /home/chatgpt/.sat_models/visualglm-6b.zip...
Traceback (most recent call last):
...
...
....
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file