\--deepspeed \ \--deepspeed_config ./ds_config.json However upon running this line of code, it seems to ignore the json file and state all parameters as false. For further information, the first chunk of my rundeepspeed.py file is as such importdeepspeeddefadd_argument(): parser = argpa...
As the error message in the title, the key _name_or_path is not always included in the huggingface model repo like OPT-30b or OPT-6.7b. When loading the tokenizer locally, it might need to check the key _name_or_path in the model config ...