Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
TheBloke
/
CodeLlama-34B-Python-GPTQ
like
14
Text Generation
Transformers
Safetensors
code
llama
llama-2
custom_code
text-generation-inference
4-bit precision
gptq
arxiv:
2308.12950
License:
llama2
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
gptq-8bit--1g-actorder_True
CodeLlama-34B-Python-GPTQ
/
quantize_config.json
TheBloke
Initial GPTQ model commit
2d7e488
about 1 year ago
raw
Copy download link
history
blame
Safe
185 Bytes
{
"bits"
:
8
,
"group_size"
:
-1
,
"damp_percent"
:
0.1
,
"desc_act"
:
true
,
"sym"
:
true
,
"true_sequential"
:
true
,
"model_name_or_path"
:
null
,
"model_file_base_name"
:
"model"
}