togethercomputer / OpenChatKit

Apache License 2.0
9.01k stars 1.02k forks source link

How to disable AWS_ACCESS_KEY_ID when fine tuning? #163

Closed bqcao closed 1 year ago

bqcao commented 1 year ago

When I ran: bash training/finetune_llama-2-7b-32k-mqa.sh

I got this: Error: AWS_ACCESS_KEY_ID is not set

I'm not using AWS, so how can I disable it if I don't have to set it?

Thanks!

csris commented 1 year ago

@justusc, please take a look.

ChengYen-Tang commented 1 year ago

@bqcao, I have a temporary method. edit training/dist_clm_train.py

image image image