From 25c45d792ab2cef2b708022e02bda1827019e22f Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sun, 19 Jan 2025 20:34:56 +0000 Subject: [PATCH] add install script --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..1336b8a --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#/bin/bash + +pip install torch datasets diffusers sentencepiece protobuf accelerate \ No newline at end of file