Skip to content

Commit e5067d1

Browse files
committed
fix: downgrade torch version to 2.7.0
1 parent 3056d6a commit e5067d1

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

poetry.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ packages = [{include = "memos", from = "src"}]
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.10"
16+
torch = ">=2.0.0,<2.7.1"
1617
openai = "^1.77.0"
1718
ollama = "^0.4.8"
1819
qdrant-client = "^1.14.2"

0 commit comments

Comments
 (0)