kyegomez / Med-PaLM

Towards Generalist Biomedical AI
https://discord.gg/qUtxnK2NMf
MIT License
321 stars 47 forks source link

Stupid Issues #2

Closed White65534 closed 1 year ago

White65534 commented 1 year ago

in requirements.txt

deeepspeed -> deepspeed Your misspelling.

in setup.py install_requires=[ "torch" "lion-pytorch", "numpy", "einops", "accelerate", "transformers", "SentencePiece", "datasets", "matplotlib", "deepspeed", ],

"torch" -> "torch", You forgot the comma.

kyegomez commented 1 year ago

@White65534 Thanks for your patience these are fixed now.