瀏覽代碼

remove default fair cluster path (#210)

Ning 1 年之前
父節點
當前提交
7253a9b6f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ggml/examples/unity/unity.cpp

+ 1 - 1
ggml/examples/unity/unity.cpp

@@ -20,7 +20,7 @@
 
 
 struct unity_params {
 struct unity_params {
     int32_t n_threads = std::min(4, (int32_t) std::thread::hardware_concurrency());
     int32_t n_threads = std::min(4, (int32_t) std::thread::hardware_concurrency());
-    std::string model      = "/private/home/dnn/unity.cpp_inc/seamless_communication/ggml/seamlessM4T_medium.ggml"; // model path
+    std::string model      = "seamlessM4T_medium.ggml"; // model path
     std::string tgt_lang = "eng";
     std::string tgt_lang = "eng";
     std::vector<std::string> files = {};
     std::vector<std::string> files = {};
     bool text = false;
     bool text = false;