Skip to content

Commit

Permalink
⬇️ Downgrade Comet to fix MPS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
klh5 committed Dec 11, 2024
1 parent ba639b9 commit 4ef9b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers = [
dependencies = [
"evaluate>=0.4.3",
"fairseq2>=0.2.0",
"filelock>=3.0.12",
"ipykernel>=6.29.5",
"nltk>=3.9.1",
"pandas>=2.2.3",
Expand All @@ -37,7 +38,7 @@ dependencies = [
"sonar-space>=0.2.0",
"torch==2.0.1",
"torchvision>=0.15.2",
"unbabel-comet>=2.2.4",
"unbabel-comet==2.2.3",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 4ef9b99

Please sign in to comment.