Text Generation
Transformers
Safetensors
PEFT
English
Chinese
qwen3_5
image-text-to-text
veriloop
veriloop-coder
code
coding-agent
software-engineering
repository-understanding
tool-use
lora
harness-engineering
evidence-binding
rollback
uncertainty-calibration
long-context
open-weights
conversational
Instructions to use veriloop-lab/veriloop-coder-e1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use veriloop-lab/veriloop-coder-e1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="veriloop-lab/veriloop-coder-e1") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("veriloop-lab/veriloop-coder-e1") model = AutoModelForImageTextToText.from_pretrained("veriloop-lab/veriloop-coder-e1") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] inputs = processor.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - PEFT
How to use veriloop-lab/veriloop-coder-e1 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use veriloop-lab/veriloop-coder-e1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "veriloop-lab/veriloop-coder-e1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "veriloop-lab/veriloop-coder-e1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/veriloop-lab/veriloop-coder-e1
- SGLang
How to use veriloop-lab/veriloop-coder-e1 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 "veriloop-lab/veriloop-coder-e1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "veriloop-lab/veriloop-coder-e1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'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 "veriloop-lab/veriloop-coder-e1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "veriloop-lab/veriloop-coder-e1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use veriloop-lab/veriloop-coder-e1 with Docker Model Runner:
docker model run hf.co/veriloop-lab/veriloop-coder-e1
Upload config file _drive_refresh_manifest.txt
Browse files- _drive_refresh_manifest.txt +40 -0
_drive_refresh_manifest.txt
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
DIR 0 .cache
|
| 2 |
+
FILE 1570 .gitattributes
|
| 3 |
+
FILE 64908 README.md
|
| 4 |
+
FILE 7764 chat_template.jinja
|
| 5 |
+
FILE 3686 config.json
|
| 6 |
+
FILE 58 configuration.json
|
| 7 |
+
FILE 202 generation_config.json
|
| 8 |
+
FILE 3353259 merges.txt
|
| 9 |
+
FILE 3996199712 model-00001-of-00026.safetensors
|
| 10 |
+
FILE 1284907696 model-00002-of-00026.safetensors
|
| 11 |
+
FILE 3357898360 model-00003-of-00026.safetensors
|
| 12 |
+
FILE 3370808712 model-00004-of-00026.safetensors
|
| 13 |
+
FILE 3357898360 model-00005-of-00026.safetensors
|
| 14 |
+
FILE 3959424904 model-00006-of-00026.safetensors
|
| 15 |
+
FILE 1096788232 model-00007-of-00026.safetensors
|
| 16 |
+
FILE 3946842008 model-00008-of-00026.safetensors
|
| 17 |
+
FILE 1096460848 model-00009-of-00026.safetensors
|
| 18 |
+
FILE 3946841992 model-00010-of-00026.safetensors
|
| 19 |
+
FILE 1096460752 model-00011-of-00026.safetensors
|
| 20 |
+
FILE 3409971080 model-00012-of-00026.safetensors
|
| 21 |
+
FILE 1633331664 model-00013-of-00026.safetensors
|
| 22 |
+
FILE 3422553872 model-00014-of-00026.safetensors
|
| 23 |
+
FILE 1633659224 model-00015-of-00026.safetensors
|
| 24 |
+
FILE 3946842136 model-00016-of-00026.safetensors
|
| 25 |
+
FILE 1096460608 model-00017-of-00026.safetensors
|
| 26 |
+
FILE 3946841992 model-00018-of-00026.safetensors
|
| 27 |
+
FILE 1096460808 model-00019-of-00026.safetensors
|
| 28 |
+
FILE 3409971072 model-00020-of-00026.safetensors
|
| 29 |
+
FILE 1633331744 model-00021-of-00026.safetensors
|
| 30 |
+
FILE 3370808752 model-00022-of-00026.safetensors
|
| 31 |
+
FILE 3357898392 model-00023-of-00026.safetensors
|
| 32 |
+
FILE 3370808752 model-00024-of-00026.safetensors
|
| 33 |
+
FILE 3832888256 model-00025-of-00026.safetensors
|
| 34 |
+
FILE 2231416848 model-00026-of-00026.safetensors
|
| 35 |
+
FILE 98383 model.safetensors.index.json
|
| 36 |
+
FILE 390 preprocessor_config.json
|
| 37 |
+
FILE 12807982 tokenizer.json
|
| 38 |
+
FILE 16718 tokenizer_config.json
|
| 39 |
+
FILE 385 video_preprocessor_config.json
|
| 40 |
+
FILE 6722759 vocab.json
|