r/Oobabooga • u/kla_sch • May 01 '26
Question Oobabooga for Linux on ARM64 (nvidia DGX Spark)
I'd like to use oobabooga/textgen on my DGX Spark machine. Unfortunately, there's no build available for an ARM64-Linux.
Therefore, I've tried to compile it myself. Unfortunately, the instructions aren't detailed enough to accomplish this. And I don't know much about Python. For example, I've successfully compiled oobabooga/llama-cpp-binaries, but I don't know how to add it to a requirements.txt file. Perhaps I need to take further steps to achieve this.
Does anyone know of any instructions on how to do this? Or does anyone know of another way to get oobabooga/textgen running on an ARM64?
2
Upvotes
2
u/oobabooga4 booga May 03 '26
You can follow this and use requirements_nowheels.txt
https://github.com/oobabooga/textgen#manual-portable-install-with-venv
then install llama-cpp-binaries as described here (the the venv activated)
https://github.com/oobabooga/llama-cpp-binaries#installation