Instructions to use AIove/BLIP-simpsons with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIove/BLIP-simpsons with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="AIove/BLIP-simpsons")# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("AIove/BLIP-simpsons") model = AutoModelForImageTextToText.from_pretrained("AIove/BLIP-simpsons") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use AIove/BLIP-simpsons with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "AIove/BLIP-simpsons" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AIove/BLIP-simpsons", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/AIove/BLIP-simpsons
- SGLang
How to use AIove/BLIP-simpsons with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "AIove/BLIP-simpsons" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AIove/BLIP-simpsons", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "AIove/BLIP-simpsons" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AIove/BLIP-simpsons", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use AIove/BLIP-simpsons with Docker Model Runner:
docker model run hf.co/AIove/BLIP-simpsons
Training in progress, step 10
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 706584273
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3ff418391e80106604b0309090cd72a8efd68dac7d366a5f0622ac4c5004d8b
|
| 3 |
size 706584273
|
runs/Aug22_13-13-05_8cc9ca9725d9/events.out.tfevents.1692710022.8cc9ca9725d9.18228.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09f46fa6d118440ed42a5186acacb729d0613aad95680bb52bec141d83d92def
|
| 3 |
+
size 7116
|
runs/Aug22_13-15-55_8cc9ca9725d9/events.out.tfevents.1692710171.8cc9ca9725d9.18228.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e87c881b928b14a6395f720a2fab1af88daf006bd9cce1064a56ae76cce25ffe
|
| 3 |
+
size 6768
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e787d30e4642288b1774935708821503de2ad36c113430bb93540594c05096f
|
| 3 |
size 3963
|