Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
trl-lib
/
train
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
qgallouedec
HF Staff
commited on
15 days ago
Commit
473890c
·
1 Parent(s):
c8eb842
remove nvidia-smi
Browse files
Files changed (1)
hide
show
sft.sh
+1
-1
sft.sh
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
echo "Hello"
3
-
nvidia-smi --query-gpu=name --format=csv,noheader
4
python demo.py "$@"
1
#!/bin/bash
2
echo "Hello"
3
+
4
python demo.py "$@"