소스 검색

Update Readme

Lengyue 2 년 전
부모
커밋
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 .
 ```