Skip to content

Commit

Permalink
attept multiversion spec
Browse files Browse the repository at this point in the history
  • Loading branch information
GFJHogue committed Nov 29, 2024
1 parent 300f46f commit 02e9f6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 136 deletions.
147 changes: 13 additions & 134 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ langchain-huggingface = "^0.1.0"
einops = "^0.8.0"
boto3 = "^1.34.148"
torch = [
{ version = "2.2.*", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'", source = "pytorch_cpu" },
{ version = "2.2.*", markers = "sys_platform == 'darwin' and platform_machine == 'x86_64'", source = "PyPI" }
{ version = "^2.4.0+cpu", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'", source = "pytorch_cpu" },
{ version = "2.2.*", markers = "sys_platform != 'linux' or platform_machine != 'x86_64'", source = "PyPI" },
]
langchain-chroma = "^0.1.4"
langchain-ollama = "^0.2.0"
Expand Down

0 comments on commit 02e9f6c

Please sign in to comment.