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
visual.py / from sat.model import ViTModel, BaseModel / No module named 'sat'
#5
by bernana - opened
pip install sat
File "/tmp/pip-install-y_wfbv8y/sat_4d2b84ce86e7478697509972c6710c5a/setup.py", line 129
mode = ((os.stat(dest_name)[ST_MODE]) | 0555) & 07777
^
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
error: metadata-generation-failed
how are you install sat ?
bernana changed discussion status to closed