Преглед на файлове

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 {
     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;