Skip to content

Commit

Permalink
feat: remove trainer api (#378)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Aug 27, 2024
1 parent ff5ec8b commit ae0274c
Show file tree
Hide file tree
Showing 22 changed files with 273 additions and 34,120 deletions.
400 changes: 197 additions & 203 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dragonfly-api"
version = "2.0.152"
version = "2.0.153"
authors = ["Gaius <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion hack/protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LANGUAGE=go

proto_modules="common/v1 common/v2 cdnsystem/v1 dfdaemon/v1 dfdaemon/v2
errordetails/v1 errordetails/v2 manager/v1 manager/v2 scheduler/v1 scheduler/v2
security/v1 trainer/v1 inference"
security/v1"

echo "generate protos..."

Expand Down
Loading

0 comments on commit ae0274c

Please sign in to comment.