Przeglądaj źródła

Merge branch 'CI' of github.com:learning-at-home/bloom-demo into CI

justheuristic 3 lat temu
rodzic
commit
0164504389
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/server/server.py

+ 1 - 1
src/server/server.py

@@ -98,7 +98,7 @@ class Server(threading.Thread):
         cls,
         prefix: Optional[str],
         converted_model_name_or_path: str,
-        throughput: Union[float, Literal["auto", "eval"]],
+        throughput: Union[float, str],
         num_blocks: Optional[int] = None,
         block_indices: Optional[str] = None,
         num_handlers: Optional[int] = None,