docs: rename config and docs to reflect Ornith-35B model
This commit is contained in:
@@ -70,8 +70,8 @@ fi
|
||||
|
||||
echo ""
|
||||
echo "=== Starting Training ==="
|
||||
echo "Config: training/configs/llama2-7b-lora.yaml"
|
||||
echo "Output: training/output/llama2-7b-lora/"
|
||||
echo "Config: training/configs/ornith-35b-lora.yaml"
|
||||
echo "Output: training/output/ornith-35b-lora/"
|
||||
echo ""
|
||||
echo "Training will take 6-24 hours depending on GPU."
|
||||
echo "Press Ctrl+C to stop (model will be saved at checkpoint)."
|
||||
@@ -79,8 +79,8 @@ echo ""
|
||||
|
||||
# Use torchrun for distributed training (2 GPUs)
|
||||
# Add --check-only to validate without training:
|
||||
# torchrun --nproc_per_node=2 training/scripts/train.py --config training/configs/llama2-7b-lora.yaml --check-only
|
||||
torchrun --nproc_per_node=2 training/scripts/train.py --config training/configs/llama2-7b-lora.yaml
|
||||
# torchrun --nproc_per_node=2 training/scripts/train.py --config training/configs/ornith-35b-lora.yaml --check-only
|
||||
torchrun --nproc_per_node=2 training/scripts/train.py --config training/configs/ornith-35b-lora.yaml
|
||||
|
||||
echo ""
|
||||
echo "=== Training Complete ==="
|
||||
|
||||
Reference in New Issue
Block a user