Skip to content

Commit

Permalink
remove async and streaming mode temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Zhang <[email protected]>
  • Loading branch information
Zhangxunmt committed Jun 24, 2024
1 parent 50f0d7d commit 8d4aefa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

public enum PredictMode {
PREDICT,
BATCH,
ASYNC,
STREAMING;
BATCH;
// ASYNC,
// STREAMING;

public static PredictMode from(String value) {
try {
Expand Down

0 comments on commit 8d4aefa

Please sign in to comment.