SakanaAI / AI-Scientist

The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery 🧑‍🔬
Apache License 2.0
7.49k stars 997 forks source link

Error: "Feature "bf16" requires .target sm_80 or higher #77

Open 7wik3vedi16 opened 3 weeks ago

7wik3vedi16 commented 3 weeks ago

Error: "Feature "bf16" requires .target sm_80 or higher

Is there any other way other than upgrading my GPU ?

conglu1997 commented 3 weeks ago

Hey! This isn't necessary for performance, you could convert these to full precision floats! :)

xprabhudayal commented 2 weeks ago

@7wik3vedi16 you can try changing thedtype = float16 from the experiment.py, but that would be really slower as compared with bfloat16 ive tried it in google colab and same error happened, maybe you can try with a100/h100 gpu