Instructions to use kaitchup-toolboxes/Llama3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kaitchup-toolboxes/Llama3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kaitchup-toolboxes/Llama3", dtype="auto") - Notebooks
- Google Colab
- Kaggle
github?
#2
by silvacarl - opened
any chance this can be hosted on a gated github account, so we can just regular git tools to stay in synch with these tutorials?
You can use regular git command on HF repositories (they are git repositories), even when they are gated.
I'll try to put some examples of git commands here.
thank you just on example, it was not obvious how to do this
For instance, this works:
git clone https://hf_username:${HF_TOKEN}@huggingface.co/meta-llama/Llama-2-7b-hf
thx will check that out.
silvacarl changed discussion status to closed