upload graph

This commit is contained in:
Tienson Qin
2026-01-08 14:39:47 +08:00
parent 4b572a4fed
commit 36488b5a2d
6 changed files with 139 additions and 48 deletions

View File

@@ -404,6 +404,10 @@
[]
(worker-sync/stop!))
(def-thread-api :thread-api/worker-sync-upload-graph
[repo]
(worker-sync/upload-graph! repo))
(def-thread-api :thread-api/set-infer-worker-proxy
[infer-worker-proxy]
(reset! worker-state/*infer-worker infer-worker-proxy)