Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code-env/python/spec/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flair==0.11.3
# flair ontonotes pre-trained model do not have compatible version for torch>=2 and flair==0.11.3, see https://huggingface.co/flair/ner-english-ontonotes-fast/discussions/1
# also align torch version with rest of dss (especially to avoid potential cuda runtime compatibility issues)
torch==1.9.1; platform_system == "Darwin"
torch==1.9.1+cu111; platform_system != "Darwin"
torch==2.2.0; platform_system != "Darwin"
--find-links https://download.pytorch.org/whl/torch_stable.html

# 'gensim' didn't support python 3.10 and 3.11 prior to v4.3.0 (Dec 21, 2022)
Expand Down