machine-translation / scripts /tune-lf-4gpu.sh
inflaton's picture
updated scripts
fc9601b
raw
history blame contribute delete
437 Bytes
#!/bin/sh
BASEDIR=$(dirname "$0")
cd $BASEDIR/../llama-factory/
echo Current Directory:
pwd
export ORG_NAME=$1
export MODEL_NAME=$2
export CHAT_TEMPLATE=$3
export DATA_PATH=../datasets/mac/mac.tsv
export YAML=config/mac_template_4gpu.yaml
#export YAML=config/mac_template_qwen2_72b.yaml
export PYTORCH_CUDA_ALLOC_CONF="expandable_segments:True"
python ../llm_toolkit/setup_lf.py
llamafactory-cli train config/models/$MODEL_NAME.yaml