Text Generation
Transformers
Safetensors
English
Generated from Trainer
axolotl
mistral
instruct
finetune
chatml
gpt4
synthetic data
distillation
Instructions to use maxrovalio/helloboi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maxrovalio/helloboi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="maxrovalio/helloboi")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("maxrovalio/helloboi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use maxrovalio/helloboi with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "maxrovalio/helloboi" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "maxrovalio/helloboi", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/maxrovalio/helloboi
- SGLang
How to use maxrovalio/helloboi 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 "maxrovalio/helloboi" \ --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": "maxrovalio/helloboi", "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 "maxrovalio/helloboi" \ --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": "maxrovalio/helloboi", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use maxrovalio/helloboi with Docker Model Runner:
docker model run hf.co/maxrovalio/helloboi
- Xet hash:
- e303b2ca3223251ec7ec626f4f76437da1a05a5948ed1776de5ca1cb96cc5d10
- Size of remote file:
- 510 MB
- SHA256:
- 3df83534569df0c69f6c3142bfebef1afb7f822b281df5d63116bbd0cbe5fabb
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.