Instructions to use hf-internal-testing/tiny-random-IdeficsForVisionText2Text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-IdeficsForVisionText2Text with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="hf-internal-testing/tiny-random-IdeficsForVisionText2Text")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-IdeficsForVisionText2Text") model = AutoModelForMultimodalLM.from_pretrained("hf-internal-testing/tiny-random-IdeficsForVisionText2Text") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use hf-internal-testing/tiny-random-IdeficsForVisionText2Text with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "hf-internal-testing/tiny-random-IdeficsForVisionText2Text" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "hf-internal-testing/tiny-random-IdeficsForVisionText2Text", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/hf-internal-testing/tiny-random-IdeficsForVisionText2Text
- SGLang
How to use hf-internal-testing/tiny-random-IdeficsForVisionText2Text 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 "hf-internal-testing/tiny-random-IdeficsForVisionText2Text" \ --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": "hf-internal-testing/tiny-random-IdeficsForVisionText2Text", "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 "hf-internal-testing/tiny-random-IdeficsForVisionText2Text" \ --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": "hf-internal-testing/tiny-random-IdeficsForVisionText2Text", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use hf-internal-testing/tiny-random-IdeficsForVisionText2Text with Docker Model Runner:
docker model run hf.co/hf-internal-testing/tiny-random-IdeficsForVisionText2Text
Adding `safetensors` variant of this model
#34 opened over 1 year ago
by
SFconvertbot
Adding `safetensors` variant of this model
#33 opened over 1 year ago
by
SFconvertbot
Update tiny models for IdeficsForVisionText2Text
#32 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#31 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#30 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#29 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#28 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#27 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#26 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#25 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#24 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#23 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#22 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#21 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#20 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#19 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#18 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#17 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#16 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#15 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#14 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#13 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#12 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#11 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#10 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#9 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#8 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#7 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#6 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#5 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#4 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#3 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#2 opened almost 3 years ago
by
hf-transformers-bot
Update tiny models for IdeficsForVisionText2Text
#1 opened almost 3 years ago
by
hf-transformers-bot