Lengyue 2 anni fa
parent
commit
3fc0a688ca
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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 .
 ```