Instructions to use Zhengyi/LLaMA-Mesh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zhengyi/LLaMA-Mesh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Zhengyi/LLaMA-Mesh") model = AutoModelForCausalLM.from_pretrained("Zhengyi/LLaMA-Mesh") - Notebooks
- Google Colab
- Kaggle
Upload model-00001-of-00004.safetensors with huggingface_hub
Browse files
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09504443bd65cdd5e4ffcbd95db1e1adfe8abf2178392d1772d0c596c8eeb1dd
|
| 3 |
+
size 4976698672
|