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:d27cb3b79db873d9b9a60cf40600faf7efd3383ff0a4da79effcc6764b5982cf
|
| 3 |
size 706584273
|
runs/Aug22_13-15-55_8cc9ca9725d9/events.out.tfevents.1692710171.8cc9ca9725d9.18228.1
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:5a52414cce1baa1a13dc21d8cdf154b7d6add0a80d3dce9415ed215182295b8b
|
| 3 |
+
size 9004
|
runs/Aug22_13-27-38_8cc9ca9725d9/events.out.tfevents.1692710867.8cc9ca9725d9.18228.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5992e156ccb737aba7357daa7a8a38a2fa2324bc7d54c7c9b157fa520cac22a0
|
| 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:82385b631cade01867ebb04042affbb717197a5a6c2fd34e92a677739a6e7398
|
| 3 |
size 3963
|