DeepSpeedExamples icon indicating copy to clipboard operation
DeepSpeedExamples copied to clipboard

where is the default model path ?

Open ucas010 opened this issue 2 years ago • 1 comments

hi,dear python chat.py --path ${PATH-to-your-actor-model} if I want use opt-1.3b model, how ?

ucas010 avatar Apr 17 '23 11:04 ucas010

After running step 1 or step 3, you will have an output path for the fine-tuned model: ./output/{actor|step3}-models/1.3b/

Provide this path to chat.py

mrwyattii avatar Apr 17 '23 16:04 mrwyattii