From 1108560745c53ca5239a27ede21984e170b187fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Olszewski?= Date: Thu, 21 Dec 2023 10:48:08 +0100 Subject: [PATCH] fixing requirements --- server/requirements_common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements_common.txt b/server/requirements_common.txt index ec17498e..a72b5a2f 100644 --- a/server/requirements_common.txt +++ b/server/requirements_common.txt @@ -39,7 +39,7 @@ setuptools==69.0.2 ; python_version >= "3.9" and python_version < "3.13" tokenizers==0.13.3 ; python_version >= "3.9" and python_version < "3.13" tqdm==4.66.1 ; python_version >= "3.9" and python_version < "3.13" transformers==4.33.3 ; python_version >= "3.9" and python_version < "3.13" -git+https://github.com/epfl-dlab/transformers_cfg.git@4d764337d4d0c167a32560e601fc7a5fb9f33e85 +git+https://github.com/Saibo-creator/transformers-CFG.git@4d76433 typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13" typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "3.13" urllib3==2.1.0 ; python_version >= "3.9" and python_version < "3.13"