You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run run_glue.py using the following commands in LoNAS,
python run_glue.py --task_name sst2 --model_name_or_path bert-base-uncased --do_eval --do_search --per_device_eval_batch_size 64 --max_seq_length 128 --lora --lora_weights lonas-bert-base-glue/lonas-bert-base-sst2 --nncf_config nncf_config/glue/nncf_lonas_bert_base_sst2.json --output_dir lonas-bert-base-glue/lonas-bert-base-sst2/results
it will have the issue
What's the cause and how to solve this problem?
The text was updated successfully, but these errors were encountered:
Hi @shijian971, thank you for pointing out this issue, and sorry for the inconvenience. The problem has been resolved now. Please pull and apply the latest NNCF and transformers patches, and try rerunning your command.
Please let us know if you encounter any further issues or need additional assistance. Thanks.
when i run run_glue.py using the following commands in LoNAS,
python run_glue.py --task_name sst2 --model_name_or_path bert-base-uncased --do_eval --do_search --per_device_eval_batch_size 64 --max_seq_length 128 --lora --lora_weights lonas-bert-base-glue/lonas-bert-base-sst2 --nncf_config nncf_config/glue/nncf_lonas_bert_base_sst2.json --output_dir lonas-bert-base-glue/lonas-bert-base-sst2/results
it will have the issue
What's the cause and how to solve this problem?
The text was updated successfully, but these errors were encountered: