NOWSHAD76
Results
2
comments of
NOWSHAD76
I'm also facing the same issue but below workaround worked for me. I'm using accelerate with deepspeed config. ``` import deepspeed deepspeed.init_distributed() current_device = "cuda:{}".format(os.environ.get("LOCAL_RANK", "0")) model = AutoModelForCausalLM.from_pretrained( model_path,...
It throws `module 'adalflow' has no attribute 'OpenAI'` error.