Image-Text-to-Text
Transformers
PyTorch
TensorBoard
git
Generated from Trainer
Eval Results (legacy)
Instructions to use holipori/saved_model_git-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use holipori/saved_model_git-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="holipori/saved_model_git-base")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("holipori/saved_model_git-base") model = AutoModelForMultimodalLM.from_pretrained("holipori/saved_model_git-base") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use holipori/saved_model_git-base with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "holipori/saved_model_git-base" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "holipori/saved_model_git-base", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/holipori/saved_model_git-base
- SGLang
How to use holipori/saved_model_git-base 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 "holipori/saved_model_git-base" \ --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": "holipori/saved_model_git-base", "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 "holipori/saved_model_git-base" \ --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": "holipori/saved_model_git-base", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use holipori/saved_model_git-base with Docker Model Runner:
docker model run hf.co/holipori/saved_model_git-base
Ctrl+K
- May22_00-25-30_yingying-G292-Z24-00
- May22_00-51-28_yingying-G292-Z24-00
- May22_01-01-51_yingying-G292-Z24-00
- May22_01-43-12_yingying-G292-Z24-00
- May22_01-53-09_yingying-G292-Z24-00
- May22_01-58-18_yingying-G292-Z24-00
- May22_02-37-36_yingying-G292-Z24-00
- May22_02-39-49_yingying-G292-Z24-00
- May22_02-45-06_yingying-G292-Z24-00
- May22_02-52-41_yingying-G292-Z24-00
- May22_03-02-49_yingying-G292-Z24-00
- May22_03-09-23_yingying-G292-Z24-00
- May22_03-16-20_yingying-G292-Z24-00
- May22_03-24-46_yingying-G292-Z24-00
- May22_03-28-34_yingying-G292-Z24-00
- May22_03-35-10_yingying-G292-Z24-00
- May22_03-40-05_yingying-G292-Z24-00
- May22_03-43-19_yingying-G292-Z24-00
- May22_03-51-32_yingying-G292-Z24-00
- May22_03-57-10_yingying-G292-Z24-00
- May22_04-00-02_yingying-G292-Z24-00
- May22_04-03-42_yingying-G292-Z24-00
- May22_04-08-06_yingying-G292-Z24-00
- May22_04-39-34_yingying-G292-Z24-00
- May22_14-41-16_yingying-G292-Z24-00
- May22_14-47-57_yingying-G292-Z24-00
- May22_15-03-08_yingying-G292-Z24-00
- May22_15-15-01_yingying-G292-Z24-00
- May22_15-21-14_yingying-G292-Z24-00
- May22_15-26-54_yingying-G292-Z24-00
- May22_15-32-19_yingying-G292-Z24-00
- May22_15-36-02_yingying-G292-Z24-00
- May22_15-44-27_yingying-G292-Z24-00
- May22_15-56-00_yingying-G292-Z24-00
- May22_16-02-53_yingying-G292-Z24-00
- May22_16-19-55_yingying-G292-Z24-00
- May23_03-05-01_yingying-G292-Z24-00