mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
add opt-einsum
This commit is contained in:
parent
d8d2b2fa2e
commit
9ccc7c8f76
1 changed files with 11 additions and 0 deletions
11
uv.lock
generated
11
uv.lock
generated
|
|
@ -688,6 +688,7 @@ dependencies = [
|
|||
{ name = "jupyter" },
|
||||
{ name = "liger-kernel" },
|
||||
{ name = "matplotlib" },
|
||||
{ name = "opt-einsum" },
|
||||
{ name = "pandas" },
|
||||
{ name = "peft" },
|
||||
{ name = "plotly" },
|
||||
|
|
@ -717,6 +718,7 @@ requires-dist = [
|
|||
{ name = "jupyter" },
|
||||
{ name = "liger-kernel" },
|
||||
{ name = "matplotlib" },
|
||||
{ name = "opt-einsum", specifier = ">=3.4.0" },
|
||||
{ name = "pandas" },
|
||||
{ name = "peft" },
|
||||
{ name = "plotly" },
|
||||
|
|
@ -3224,6 +3226,15 @@ wheels = [
|
|||
{ url = "https://files.pythonhosted.org/packages/34/98/f5196ba0f4105a4790cec8c6671cf676c96dfa29bfedfe3c4f112bf4e6ad/opentelemetry_semantic_conventions_ai-0.4.9-py3-none-any.whl", hash = "sha256:71149e46a72554ae17de46bca6c11ba540c19c89904bd4cc3111aac6edf10315", size = 5617, upload-time = "2025-05-16T10:20:53.062Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "opt-einsum"
|
||||
version = "3.4.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/8c/b9/2ac072041e899a52f20cf9510850ff58295003aa75525e58343591b0cbfb/opt_einsum-3.4.0.tar.gz", hash = "sha256:96ca72f1b886d148241348783498194c577fa30a8faac108586b14f1ba4473ac", size = 63004, upload-time = "2024-09-26T14:33:24.483Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/23/cd/066e86230ae37ed0be70aae89aabf03ca8d9f39c8aea0dec8029455b5540/opt_einsum-3.4.0-py3-none-any.whl", hash = "sha256:69bb92469f86a1565195ece4ac0323943e83477171b91d24c35afe028a90d7cd", size = 71932, upload-time = "2024-09-26T14:33:23.039Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "outlines"
|
||||
version = "0.1.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue