Spaces:
Runtime error
Runtime error
FROM nroggendorff/train-llama:latest | |
RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > temp.json && \ | |
mv temp.json config.json && \ | |
chown -R user:user config.json |