Lengyue 2 лет назад
Родитель
Сommit
3fc0a688ca
2 измененных файлов с 3 добавлено и 1 удалено
  1. 0 1
      .project-root
  2. 3 0
      README.md

+ 0 - 1
.project-root

@@ -1 +0,0 @@
-ROOT

+ 3 - 0
README.md

@@ -12,4 +12,7 @@ pip3 install -r requirements.txt
 
 # Install flash-attn
 MAX_JOBS=4 pip install flash-attn --no-build-isolation
+
+# Install speech-llm
+pip3 install -e .
 ```