-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15a9b09
commit 1e314b6
Showing
4 changed files
with
160 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[project] | ||
name = "work" | ||
version = "0.1.0" | ||
description = "Add your description here" | ||
dependencies = [ | ||
"torch>=2.3.0", | ||
"numpy>=1.26.4", | ||
] | ||
readme = "README.md" | ||
requires-python = ">= 3.8" | ||
|
||
[tool.rye] | ||
managed = true | ||
virtual = true | ||
dev-dependencies = [ | ||
"ipython>=8.24.0", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# generated by rye | ||
# use `rye lock` or `rye sync` to update this lockfile | ||
# | ||
# last locked with the following flags: | ||
# pre: false | ||
# features: [] | ||
# all-features: false | ||
# with-sources: false | ||
|
||
asttokens==2.4.1 | ||
# via stack-data | ||
decorator==5.1.1 | ||
# via ipython | ||
executing==2.0.1 | ||
# via stack-data | ||
filelock==3.13.4 | ||
# via torch | ||
fsspec==2024.3.1 | ||
# via torch | ||
ipython==8.24.0 | ||
jedi==0.19.1 | ||
# via ipython | ||
jinja2==3.1.3 | ||
# via torch | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
matplotlib-inline==0.1.7 | ||
# via ipython | ||
mpmath==1.3.0 | ||
# via sympy | ||
networkx==3.3 | ||
# via torch | ||
numpy==1.26.4 | ||
nvidia-cublas-cu12==12.1.3.1 | ||
# via nvidia-cudnn-cu12 | ||
# via nvidia-cusolver-cu12 | ||
# via torch | ||
nvidia-cuda-cupti-cu12==12.1.105 | ||
# via torch | ||
nvidia-cuda-nvrtc-cu12==12.1.105 | ||
# via torch | ||
nvidia-cuda-runtime-cu12==12.1.105 | ||
# via torch | ||
nvidia-cudnn-cu12==8.9.2.26 | ||
# via torch | ||
nvidia-cufft-cu12==11.0.2.54 | ||
# via torch | ||
nvidia-curand-cu12==10.3.2.106 | ||
# via torch | ||
nvidia-cusolver-cu12==11.4.5.107 | ||
# via torch | ||
nvidia-cusparse-cu12==12.1.0.106 | ||
# via nvidia-cusolver-cu12 | ||
# via torch | ||
nvidia-nccl-cu12==2.20.5 | ||
# via torch | ||
nvidia-nvjitlink-cu12==12.4.127 | ||
# via nvidia-cusolver-cu12 | ||
# via nvidia-cusparse-cu12 | ||
nvidia-nvtx-cu12==12.1.105 | ||
# via torch | ||
parso==0.8.4 | ||
# via jedi | ||
pexpect==4.9.0 | ||
# via ipython | ||
prompt-toolkit==3.0.43 | ||
# via ipython | ||
ptyprocess==0.7.0 | ||
# via pexpect | ||
pure-eval==0.2.2 | ||
# via stack-data | ||
pygments==2.17.2 | ||
# via ipython | ||
six==1.16.0 | ||
# via asttokens | ||
stack-data==0.6.3 | ||
# via ipython | ||
sympy==1.12 | ||
# via torch | ||
torch==2.3.0 | ||
traitlets==5.14.3 | ||
# via ipython | ||
# via matplotlib-inline | ||
typing-extensions==4.11.0 | ||
# via torch | ||
wcwidth==0.2.13 | ||
# via prompt-toolkit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# generated by rye | ||
# use `rye lock` or `rye sync` to update this lockfile | ||
# | ||
# last locked with the following flags: | ||
# pre: false | ||
# features: [] | ||
# all-features: false | ||
# with-sources: false | ||
|
||
filelock==3.13.4 | ||
# via torch | ||
fsspec==2024.3.1 | ||
# via torch | ||
jinja2==3.1.3 | ||
# via torch | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
mpmath==1.3.0 | ||
# via sympy | ||
networkx==3.3 | ||
# via torch | ||
numpy==1.26.4 | ||
nvidia-cublas-cu12==12.1.3.1 | ||
# via nvidia-cudnn-cu12 | ||
# via nvidia-cusolver-cu12 | ||
# via torch | ||
nvidia-cuda-cupti-cu12==12.1.105 | ||
# via torch | ||
nvidia-cuda-nvrtc-cu12==12.1.105 | ||
# via torch | ||
nvidia-cuda-runtime-cu12==12.1.105 | ||
# via torch | ||
nvidia-cudnn-cu12==8.9.2.26 | ||
# via torch | ||
nvidia-cufft-cu12==11.0.2.54 | ||
# via torch | ||
nvidia-curand-cu12==10.3.2.106 | ||
# via torch | ||
nvidia-cusolver-cu12==11.4.5.107 | ||
# via torch | ||
nvidia-cusparse-cu12==12.1.0.106 | ||
# via nvidia-cusolver-cu12 | ||
# via torch | ||
nvidia-nccl-cu12==2.20.5 | ||
# via torch | ||
nvidia-nvjitlink-cu12==12.4.127 | ||
# via nvidia-cusolver-cu12 | ||
# via nvidia-cusparse-cu12 | ||
nvidia-nvtx-cu12==12.1.105 | ||
# via torch | ||
sympy==1.12 | ||
# via torch | ||
torch==2.3.0 | ||
typing-extensions==4.11.0 | ||
# via torch |