mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-23 10:33:51 +00:00
chore: Regenerate all playbooks
This commit is contained in:
parent
1649b10d92
commit
3aea2df880
@ -75,7 +75,7 @@ sudo usermod -aG docker $USER
|
|||||||
In a terminal, clone the repository and navigate to the flux-finetuning directory.
|
In a terminal, clone the repository and navigate to the flux-finetuning directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main dgx-spark-playbooks
|
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets dgx-spark-playbooks
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 3. Model download
|
## Step 3. Model download
|
||||||
|
|||||||
@ -95,7 +95,7 @@ sudo systemctl restart docker
|
|||||||
## Step 2. Clone the playbook repository
|
## Step 2. Clone the playbook repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
|
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 3. Build the Docker image
|
## Step 3. Build the Docker image
|
||||||
|
|||||||
@ -121,7 +121,7 @@ space and network bandwidth.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
## Clone OpenFold repository
|
## Clone OpenFold repository
|
||||||
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
|
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
|
||||||
cd ${MODEL}/assets
|
cd ${MODEL}/assets
|
||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|||||||
@ -98,7 +98,7 @@ huggingface-cli login
|
|||||||
## Step 6: Clone the git repo with fine-tuning recipes
|
## Step 6: Clone the git repo with fine-tuning recipes
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
|
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
|
||||||
cd ${MODEL}/assets
|
cd ${MODEL}/assets
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -60,7 +60,7 @@ The setup includes:
|
|||||||
In a terminal, clone the txt2kg repository and navigate to the project directory.
|
In a terminal, clone the txt2kg repository and navigate to the project directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
|
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
|
||||||
cd ${MODEL}/assets
|
cd ${MODEL}/assets
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -82,7 +82,7 @@ sudo usermod -aG docker $USER
|
|||||||
In a terminal, clone the repository and navigate to the VLM fine-tuning directory.
|
In a terminal, clone the repository and navigate to the VLM fine-tuning directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main
|
git clone https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 3. Build the Docker container
|
## Step 3. Build the Docker container
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user