fix: use CompressedTensors for Ornith, add torch import, expand LoRA targets

This commit is contained in:
Christian Medina
2026-06-30 17:54:35 -04:00
parent 7e8ddabf03
commit ef42e67183
2 changed files with 13 additions and 20 deletions

View File

@@ -5,11 +5,8 @@ base_model: deepreinforce-ai/Ornith-1.0-35B-FP8
model_type: LlamaForCausalLM
tokenizer_type: LlamaTokenizer
# Quantization (QLoRA)
load_in_4bit: true
bnb_4bit_compute_dtype: bfloat16
bnb_4bit_quant_type: nf4
use_nested_quant: false
# Model is already quantized (Ornith uses CompressedTensors)
# No need for BitsAndBytes configuration
# LoRA Configuration
lora_r: 16
@@ -20,6 +17,9 @@ target_modules:
- v_proj
- k_proj
- o_proj
- gate_proj
- up_proj
- down_proj
lora_task_type: CAUSAL_LM
# Dataset