From a827d3f1705425a605ec78c9023d63a9ca06a3c2 Mon Sep 17 00:00:00 2001 From: CaptainZ Date: Sat, 30 Nov 2024 10:13:36 +0800 Subject: [PATCH] update markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ab1193..a6b6bbd 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To build this project, you need to obtain a quantized CLIP model. Put them into `app\src\main\assets` and you're ready to go. ## Choose module -val AppModules = listOf(viewModelModules, dataModules, modulesCLIP, domainModules) 切换你需要使用的 module,Clip 使用 modulesCLIP module, mobile-clip 使用 modulesMobileCLIP module +val AppModules = listOf(viewModelModules, dataModules, modulesCLIP, domainModules) pick the module you want,Clip pair to modulesCLIP module, mobile-clip pair to modulesMobileCLIP module ## Acknowledgment