Instructions to use xtuner/llava-llama-3-8b-v1_1-pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xtuner/llava-llama-3-8b-v1_1-pretrain with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="xtuner/llava-llama-3-8b-v1_1-pretrain")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("xtuner/llava-llama-3-8b-v1_1-pretrain", dtype="auto") - Notebooks
- Google Colab
- Kaggle
upload
Browse files- config.json +0 -0
- iter_9742.pth +3 -0
config.json
ADDED
|
File without changes
|
iter_9742.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73eb1e9dcd3caef11442a257c6e5ce4b2aacbbcc694fc610d65633ba8ce9d0f0
|
| 3 |
+
size 42696144
|