소스 검색

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

justheuristic 3 년 전
부모
커밋
0164504389
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,