Integrate claude, improve selenium and support qemu #1
1 changed files with 11 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<manifest>
|
||||
<remote name="TechnoLibre" fetch="https://github.com/TechnoLibre/" />
|
||||
<remote name="ggerganov" fetch="https://github.com/ggerganov/" />
|
||||
<remote name="google" fetch="https://github.com/google/" />
|
||||
|
||||
<project
|
||||
name="technolibre_home_mobile.git"
|
||||
|
|
@ -11,6 +12,16 @@
|
|||
groups="mobile"
|
||||
/>
|
||||
|
||||
<!-- sentencepiece : tokeniseur SentencePiece pour MarianMT (NDK JNI) -->
|
||||
<project
|
||||
name="sentencepiece"
|
||||
path="mobile/erplibre_home_mobile/android/app/src/main/cpp/sentencepiece"
|
||||
remote="google"
|
||||
revision="master"
|
||||
clone-depth="1"
|
||||
groups="mobile"
|
||||
/>
|
||||
|
||||
<!-- whisper.cpp : moteur de transcription audio locale (NDK JNI) -->
|
||||
<project
|
||||
name="whisper.cpp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue