Skip to content

Commit c6c11bb

Browse files
authored
Merge pull request #516 from google-ai-edge/no_auth_ds
Remove authentication needs for DeepSeek model once it's published in LiteRT HF community
2 parents 432948d + 99d7ba7 commit c6c11bb

File tree

1 file changed

+1
-1
lines changed
  • examples/llm_inference/android/app/src/main/java/com/google/mediapipe/examples/llminference

1 file changed

+1
-1
lines changed

examples/llm_inference/android/app/src/main/java/com/google/mediapipe/examples/llminference/Model.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ enum class Model(
3636
path = "/data/local/tmp/llm/deepseek3k_q8_ekv1280.task",
3737
url = "https://huggingface.co/litert-community/DeepSeek-R1-Distill-Qwen-1.5B/resolve/main/deepseek_q8_ekv1280.task",
3838
licenseUrl = "",
39-
needsAuth = true,
39+
needsAuth = false,
4040
DeepSeekUiState(),
4141
temperature = 0.6f,
4242
topK = 40,

0 commit comments

Comments
 (0)