소스 검색

submodule

Roy Han 9 달 전
부모
커밋
1ac92eae7c
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      .gitmodules
  2. 1 0
      llm/whisper.cpp

+ 4 - 1
.gitmodules

@@ -1,4 +1,7 @@
 [submodule "llama.cpp"]
 	path = llm/llama.cpp
 	url = https://github.com/ggerganov/llama.cpp.git
-	shallow = true
+	shallow = true
+[submodule "llm/whisper.cpp"]
+	path = llm/whisper.cpp
+	url = git@github.com:ggerganov/whisper.cpp.git

+ 1 - 0
llm/whisper.cpp

@@ -0,0 +1 @@
+Subproject commit 6739eb83c3ca5cf40d24c6fe8442a761a1eb6248