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

Configuration Parsing Warning:Config file tokenizer_config.json cannot be fetched (too big)

This model is a version of Meta-Llama-3-8B that has been fine-tuned with Our In House CustomData.

Train Spec : We utilized an A100x4 * 1 for training our model with DeepSpeed / HuggingFace TRL Trainer / HuggingFace Accelerate

Downloads last month
13
Safetensors
Model size
8B params
Tensor type
BF16
Β·
Inference Providers NEW

Model tree for Alphacode-AI/Alphallama3-8B

Finetuned
(607)
this model
Quantizations
2 models

Spaces using Alphacode-AI/Alphallama3-8B 9

Collection including Alphacode-AI/Alphallama3-8B