llama2.mojo to safetensors?
Very much a non traditional programmer here. I've really enjoyed the community and the innovation!
I'm probably asking something out of scope, but is it possible to convert the llama2.mojo made by tairov to a safetensors format? Or is it that the llama2.mojo file is only for inference and we are not at the point where mojo can be converted to safetensors for loading onto gpus?
https://github.com/tairov/llama2.mojo?tab=readme-ov-file
I'm probably asking something out of scope, but is it possible to convert the llama2.mojo made by tairov to a safetensors format? Or is it that the llama2.mojo file is only for inference and we are not at the point where mojo can be converted to safetensors for loading onto gpus?
https://github.com/tairov/llama2.mojo?tab=readme-ov-file
- original mojo repo from Tairov.
https://github.com/tairov/llama2.py- llama2.py repo from Tairov
https://github.com/karpathy/llama2.c- karpathy llama2.c
- llama2.py repo from Tairov
GitHub
Inference Llama 2 in one file of pure
. Contribute to tairov/llama2.mojo development by creating an account on GitHub.
GitHub
Inference Llama 2 in one file of pure Python. Contribute to tairov/llama2.py development by creating an account on GitHub.
GitHub
Inference Llama 2 in one file of pure C. Contribute to karpathy/llama2.c development by creating an account on GitHub.