Skip to content

Commit ebe7910

Browse files
Update model-libraries-snippets.ts
1 parent 00b8578 commit ebe7910

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,8 +1639,7 @@ torchaudio.save("sample.wav", audio, model.autoencoder.sampling_rate)
16391639
];
16401640

16411641
export const smolvla = (): string[] => [
1642-
`# Clone the LeRobot repository and create the environment
1643-
git clone https://github.com/huggingface/lerobot.git
1642+
`# git clone https://github.com/huggingface/lerobot.git
16441643
cd lerobot
16451644
conda create -y -n lerobot python=3.10
16461645
conda activate lerobot

0 commit comments

Comments
 (0)