dgx-spark-finetune-llm allows you to fine-tune large language models using LoRA and both NVFP4 and MXFP8 on NVIDIA DGX Spark. This application simplifies the fine-tuning process for users with minimal programming experience.
To get started with dgx-spark-finetune-llm, follow these steps:
Visit the releases page to download the application.
Before installing, ensure your system has the following:
To download dgx-spark-finetune-llm, follow these directions:
Click on the download link below to visit the releases page:
On the releases page, find the latest version. Download the appropriate file for your system.
After the file downloads, locate it in your Downloads folder or designated download directory.
If you downloaded a compressed file (like .zip or .tar.gz), extract it using your file manager or a command such as tar -xvf filename.tar.gz.
Open a terminal window. Navigate to the directory where you extracted or downloaded the files.
To install the application, run the following command:
pip install .
This command installs the necessary dependencies and sets up the application on your system.
Once installed, you can start fine-tuning your model with dgx-spark-finetune-llm. Here is how to use it:
Open a terminal.
Run the application with the following command:
dgx-spark-finetune-llm --help
This command provides you with the available options and flags for fine-tuning.
dgx-spark-finetune-llm includes several features:
If you encounter issues, consider the following steps:
For additional help, you can:
dgx-spark-finetune-llm is open-source software licensed under the MIT License. You can freely use, modify, and distribute it.
This project leverages NVIDIAβs powerful tools and libraries. Special thanks to all contributors and community members who made this application possible.