Browse Source

remove default fair cluster path (#210)

Ning 1 năm trước cách đây
mục cha
commit
7253a9b6f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ggml/examples/unity/unity.cpp

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

@@ -20,7 +20,7 @@
 
 struct unity_params {
     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::vector<std::string> files = {};
     bool text = false;