Skip to content

Commit

Permalink
Merge pull request #92 from Stability-AI/add_adaptive_engine_flag
Browse files Browse the repository at this point in the history
ENG-62: Add is_adaptive flag to engines.proto
  • Loading branch information
jbdoto authored Jul 18, 2023
2 parents 6ccdf64 + 1560ae2 commit 33f2c08
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 38 deletions.
60 changes: 35 additions & 25 deletions gooseai/engines/engines.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions gooseai/engines/engines_pb.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 31 additions & 1 deletion gooseai/engines/engines_pb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions gooseai/engines/engines_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/proto/engines.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ message EngineInfo {
string name = 6;
string description = 7;
bool can_fine_tune = 8;
bool is_adaptive = 9; // Whether this Engine supports T2I Adapters
}

message ListEnginesRequest {
Expand Down

0 comments on commit 33f2c08

Please sign in to comment.