Instructions to use ayushk4/smol-gpt4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayushk4/smol-gpt4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="ayushk4/smol-gpt4")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ayushk4/smol-gpt4") model = AutoModelForMultimodalLM.from_pretrained("ayushk4/smol-gpt4") - Notebooks
- Google Colab
- Kaggle
Upload int4-fixed-zero.bin
#1
by ayushk4 - opened
- int4-fixed-zero.bin +3 -0
int4-fixed-zero.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf3f82276fadcf932a15e28471ef76e3104afd91207a83c43872882b40188d9f
|
| 3 |
+
size 6995186913
|