debajyotidasgupta
commited on
Commit
•
8242979
1
Parent(s):
2359ab9
Finished Testing Plants
Browse files- .gitattributes +3 -0
- .ipynb_checkpoints/idea-checkpoint.ipynb +3 -0
- idea.ipynb +0 -0
- requirements.txt +55 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
.ipynb_checkpoints/** filter=lfs diff=lfs merge=lfs -text
|
38 |
+
idea.ipynb filter=lfs diff=lfs merge=lfs -text
|
.ipynb_checkpoints/idea-checkpoint.ipynb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e281aa78392a8465e946674c429e5c126073add09e32e280173678772143e996
|
3 |
+
size 11674261
|
idea.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
requirements.txt
CHANGED
@@ -1,32 +1,66 @@
|
|
1 |
accelerate==0.27.2
|
|
|
|
|
|
|
2 |
asttokens==2.4.1
|
|
|
|
|
|
|
3 |
backcall==0.2.0
|
|
|
4 |
bitsandbytes==0.42.0
|
|
|
5 |
certifi==2024.2.2
|
|
|
6 |
charset-normalizer==3.3.2
|
7 |
comm==0.2.1
|
8 |
debugpy==1.8.1
|
9 |
decorator==5.1.1
|
|
|
10 |
diffusers==0.26.3
|
|
|
11 |
executing==2.0.1
|
|
|
12 |
filelock==3.13.1
|
13 |
fsspec==2024.2.0
|
|
|
|
|
|
|
14 |
huggingface-hub==0.21.4
|
15 |
idna==3.6
|
16 |
importlib-metadata==7.0.2
|
|
|
17 |
ipykernel==6.29.3
|
18 |
ipython==8.12.3
|
19 |
ipywidgets==8.1.2
|
20 |
jedi==0.19.1
|
21 |
Jinja2==3.1.3
|
|
|
|
|
|
|
|
|
22 |
jupyter-client==8.6.0
|
|
|
23 |
jupyter-core==5.7.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
jupyterlab-widgets==3.0.10
|
25 |
MarkupSafe==2.1.5
|
26 |
matplotlib-inline==0.1.6
|
|
|
27 |
mpmath==1.3.0
|
|
|
|
|
|
|
28 |
nest-asyncio==1.6.0
|
29 |
networkx==3.1
|
|
|
|
|
30 |
numpy==1.24.4
|
31 |
nvidia-cublas-cu12==12.1.3.1
|
32 |
nvidia-cuda-cupti-cu12==12.1.105
|
@@ -40,29 +74,48 @@ nvidia-cusparse-cu12==12.1.0.106
|
|
40 |
nvidia-nccl-cu12==2.19.3
|
41 |
nvidia-nvjitlink-cu12==12.4.99
|
42 |
nvidia-nvtx-cu12==12.1.105
|
|
|
43 |
packaging==24.0
|
|
|
44 |
parso==0.8.3
|
45 |
peft==0.9.0
|
46 |
pexpect==4.9.0
|
47 |
pickleshare==0.7.5
|
48 |
pillow==10.2.0
|
|
|
49 |
platformdirs==4.2.0
|
|
|
50 |
prompt-toolkit==3.0.43
|
51 |
psutil==5.9.8
|
52 |
ptyprocess==0.7.0
|
53 |
pure-eval==0.2.2
|
|
|
54 |
pygments==2.17.2
|
55 |
python-dateutil==2.9.0.post0
|
|
|
|
|
56 |
PyYAML==6.0.1
|
57 |
pyzmq==25.1.2
|
|
|
|
|
|
|
58 |
regex==2023.12.25
|
59 |
requests==2.31.0
|
|
|
|
|
|
|
60 |
safetensors==0.4.2
|
61 |
scipy==1.10.1
|
|
|
62 |
six==1.16.0
|
|
|
|
|
63 |
stack-data==0.6.3
|
64 |
sympy==1.12
|
|
|
|
|
65 |
tokenizers==0.15.2
|
|
|
66 |
torch==2.2.1
|
67 |
torchaudio==2.2.1
|
68 |
torchvision==0.17.1
|
@@ -74,5 +127,7 @@ triton==2.2.0
|
|
74 |
typing-extensions==4.10.0
|
75 |
urllib3==2.2.1
|
76 |
wcwidth==0.2.13
|
|
|
|
|
77 |
widgetsnbextension==4.0.10
|
78 |
zipp==3.17.0
|
|
|
1 |
accelerate==0.27.2
|
2 |
+
anyio==4.3.0
|
3 |
+
argon2-cffi==23.1.0
|
4 |
+
argon2-cffi-bindings==21.2.0
|
5 |
asttokens==2.4.1
|
6 |
+
async-lru==2.0.4
|
7 |
+
attrs==23.2.0
|
8 |
+
Babel==2.14.0
|
9 |
backcall==0.2.0
|
10 |
+
beautifulsoup4==4.12.3
|
11 |
bitsandbytes==0.42.0
|
12 |
+
bleach==6.1.0
|
13 |
certifi==2024.2.2
|
14 |
+
cffi==1.16.0
|
15 |
charset-normalizer==3.3.2
|
16 |
comm==0.2.1
|
17 |
debugpy==1.8.1
|
18 |
decorator==5.1.1
|
19 |
+
defusedxml==0.7.1
|
20 |
diffusers==0.26.3
|
21 |
+
exceptiongroup==1.2.0
|
22 |
executing==2.0.1
|
23 |
+
fastjsonschema==2.19.1
|
24 |
filelock==3.13.1
|
25 |
fsspec==2024.2.0
|
26 |
+
h11==0.14.0
|
27 |
+
httpcore==1.0.4
|
28 |
+
httpx==0.27.0
|
29 |
huggingface-hub==0.21.4
|
30 |
idna==3.6
|
31 |
importlib-metadata==7.0.2
|
32 |
+
importlib-resources==6.1.3
|
33 |
ipykernel==6.29.3
|
34 |
ipython==8.12.3
|
35 |
ipywidgets==8.1.2
|
36 |
jedi==0.19.1
|
37 |
Jinja2==3.1.3
|
38 |
+
json5==0.9.22
|
39 |
+
jsonschema==4.21.1
|
40 |
+
jsonschema-specifications==2023.12.1
|
41 |
+
jupyter==1.0.0
|
42 |
jupyter-client==8.6.0
|
43 |
+
jupyter-console==6.6.3
|
44 |
jupyter-core==5.7.1
|
45 |
+
jupyter-events==0.9.0
|
46 |
+
jupyter-lsp==2.2.4
|
47 |
+
jupyter-server==2.13.0
|
48 |
+
jupyter-server-terminals==0.5.2
|
49 |
+
jupyterlab==4.1.4
|
50 |
+
jupyterlab-pygments==0.3.0
|
51 |
+
jupyterlab-server==2.25.4
|
52 |
jupyterlab-widgets==3.0.10
|
53 |
MarkupSafe==2.1.5
|
54 |
matplotlib-inline==0.1.6
|
55 |
+
mistune==3.0.2
|
56 |
mpmath==1.3.0
|
57 |
+
nbclient==0.9.0
|
58 |
+
nbconvert==7.16.2
|
59 |
+
nbformat==5.9.2
|
60 |
nest-asyncio==1.6.0
|
61 |
networkx==3.1
|
62 |
+
notebook==7.1.1
|
63 |
+
notebook-shim==0.2.4
|
64 |
numpy==1.24.4
|
65 |
nvidia-cublas-cu12==12.1.3.1
|
66 |
nvidia-cuda-cupti-cu12==12.1.105
|
|
|
74 |
nvidia-nccl-cu12==2.19.3
|
75 |
nvidia-nvjitlink-cu12==12.4.99
|
76 |
nvidia-nvtx-cu12==12.1.105
|
77 |
+
overrides==7.7.0
|
78 |
packaging==24.0
|
79 |
+
pandocfilters==1.5.1
|
80 |
parso==0.8.3
|
81 |
peft==0.9.0
|
82 |
pexpect==4.9.0
|
83 |
pickleshare==0.7.5
|
84 |
pillow==10.2.0
|
85 |
+
pkgutil-resolve-name==1.3.10
|
86 |
platformdirs==4.2.0
|
87 |
+
prometheus-client==0.20.0
|
88 |
prompt-toolkit==3.0.43
|
89 |
psutil==5.9.8
|
90 |
ptyprocess==0.7.0
|
91 |
pure-eval==0.2.2
|
92 |
+
pycparser==2.21
|
93 |
pygments==2.17.2
|
94 |
python-dateutil==2.9.0.post0
|
95 |
+
python-json-logger==2.0.7
|
96 |
+
pytz==2024.1
|
97 |
PyYAML==6.0.1
|
98 |
pyzmq==25.1.2
|
99 |
+
qtconsole==5.5.1
|
100 |
+
QtPy==2.4.1
|
101 |
+
referencing==0.33.0
|
102 |
regex==2023.12.25
|
103 |
requests==2.31.0
|
104 |
+
rfc3339-validator==0.1.4
|
105 |
+
rfc3986-validator==0.1.1
|
106 |
+
rpds-py==0.18.0
|
107 |
safetensors==0.4.2
|
108 |
scipy==1.10.1
|
109 |
+
Send2Trash==1.8.2
|
110 |
six==1.16.0
|
111 |
+
sniffio==1.3.1
|
112 |
+
soupsieve==2.5
|
113 |
stack-data==0.6.3
|
114 |
sympy==1.12
|
115 |
+
terminado==0.18.0
|
116 |
+
tinycss2==1.2.1
|
117 |
tokenizers==0.15.2
|
118 |
+
tomli==2.0.1
|
119 |
torch==2.2.1
|
120 |
torchaudio==2.2.1
|
121 |
torchvision==0.17.1
|
|
|
127 |
typing-extensions==4.10.0
|
128 |
urllib3==2.2.1
|
129 |
wcwidth==0.2.13
|
130 |
+
webencodings==0.5.1
|
131 |
+
websocket-client==1.7.0
|
132 |
widgetsnbextension==4.0.10
|
133 |
zipp==3.17.0
|