Skip to content

Commit

Permalink
Merge pull request #12 from kaixuanliu/ipex-conflict-resolve
Browse files Browse the repository at this point in the history
fix conflict env
  • Loading branch information
yuanwu2017 authored Dec 16, 2024
2 parents 9079081 + 8cd73a2 commit 5b19baf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions backends/python/server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ gen-server:

install: gen-server
pip install pip --upgrade
pip install torch==2.5.1
pip install -r requirements.txt
pip install --no-deps -r requirements.txt
pip install -e .

run-dev:
Expand Down
1 change: 0 additions & 1 deletion backends/python/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ opentelemetry-api = "^1.25.0"
opentelemetry-exporter-otlp = "^1.25.0"
opentelemetry-instrumentation-grpc = "^0.46b0"
sentence-transformers = "^3.3.1"
torch = "^2.5.1"

[tool.poetry.extras]

Expand Down

0 comments on commit 5b19baf

Please sign in to comment.