Skip to content

Commit 99d7ba7

Browse files
committed
Remove the authentication needs for DeepSeek model once it's publicly available in LiteRT HF community.
1 parent 432948d commit 99d7ba7

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)