Image-Text-to-Text
Transformers
TensorBoard
Safetensors
vision-encoder-decoder
Generated from Trainer
Instructions to use Sans1807/working with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sans1807/working with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="Sans1807/working")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("Sans1807/working") model = AutoModelForMultimodalLM.from_pretrained("Sans1807/working", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Sans1807/working with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Sans1807/working" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Sans1807/working", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Sans1807/working
- SGLang
How to use Sans1807/working 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 "Sans1807/working" \ --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": "Sans1807/working", "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 "Sans1807/working" \ --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": "Sans1807/working", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use Sans1807/working with Docker Model Runner:
docker model run hf.co/Sans1807/working
Ctrl+K
- 4.63 kB
- 4.19 kB
- 4.4 kB
- 10.7 kB
- 11.8 kB
- 11.2 kB
- 5.24 kB
- 2.39 kB
- 37.3 kB
- 39.8 kB
- 30.7 kB
- 3.49 kB
- 3.21 kB
- 3.23 kB
- 67.3 kB
- 60.2 kB
- 64.2 kB
- 46.3 kB
- 45.5 kB
- 32 kB
- 33.7 kB
- 90.7 kB
- 89.7 kB
- 92.9 kB
- 106 kB
- 57.7 kB
- 55.1 kB
- 74.4 kB
- 34.1 kB
- 30.9 kB
- 34.9 kB
- 70 kB
- 44.9 kB
- 37.7 kB
- 46.1 kB
- 62.2 kB
- 71.6 kB
- 46.4 kB
- 46.2 kB
- 52 kB
- 54.1 kB
- 57.6 kB
- 56.2 kB
- 38.9 kB
- 40.6 kB
- 36.7 kB
- 40.2 kB
- 33.1 kB
- 37.6 kB
- 31 kB