How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "BallisticAI/Ballistic-CodeLlama-34B-v1"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "BallisticAI/Ballistic-CodeLlama-34B-v1",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/BallisticAI/Ballistic-CodeLlama-34B-v1
Quick Links

CodeLlama 34B v1

Description

This repo contains model for Ballistic-CodeLlama-34B-v1.

Repositories available

How to Prompt the Model

This model accepts the Alpaca/Vicuna instruction format.

For example:

### System Prompt
You are an intelligent programming assistant.

### User Message
Implement a linked list in C++

### Assistant
...

Bias, Risks, and Limitations

This model has undergone very limited testing. Additional safety testing should be performed before any real-world deployments.

Thanks

Thanks to:

  • The Original Llama team
  • Phind
  • uukuguy
  • jondurbin
  • And everyone else who's involved in the Open Source AI/ML Community.
Downloads last month
6
Safetensors
Model size
34B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for BallisticAI/Ballistic-CodeLlama-34B-v1

Unable to build the model tree, the base model loops to the model itself. Learn more.

Evaluation results