Open hyesunyun opened 1 year ago
This might be due to bnb, as I did not pin the version. The version I used is 0.37.2. Can you try with this version?
Hi! Thank you for the response.
I changed the bnb version to 0.37.2 but still facing the same error, unfortunately.
My goal at the moment is to run the USMLE questions using the MedAlpaca model. Would you recommend just writing my own code and implement what you have done using huggingface for this since I am not able to get past this error using the Inferer.py?
Hello!
Thank you so much for the repo.
I am trying to run the
eval_usmle.py
after creating a conda environment and installing dependencies usingrequirements.txt
.When I get to the part of generating outputs in the
Inferer
, I get an error.Here is the output:
Have you encountered this error before? I found some things somewhere that it could be related to bitsandbytes and running on v100. I tried another GPU but still getting this issue.
Thanks!