Spaces:
Running
Running
__0_0_0__
Browse files- .gitattributes +2 -0
- _/conda/Miniconda/win__x64/__0_0_0__/Miniconda3-latest-Windows-x86_64.exe +3 -0
- _/conda/Miniconda/win__x64/ff53a36b7024f8398cbfd043020f1f662cd4c5c2095c0007ddb4348aa5459375/Miniconda3-latest-Windows-x86_64.exe +3 -0
- _/pipreqs.txt +8 -0
- ____/conda/Miniconda/win__x64/__0_0_0__/_conda_ +0 -0
- ____/pipreqs.txt +10 -0
.gitattributes
CHANGED
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
APA/0/gemma/code_gemma__7b/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
PUP/0/datum/datum__phishing.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
APA/0/gemma/code_gemma__7b/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
PUP/0/datum/datum__phishing.csv filter=lfs diff=lfs merge=lfs -text
|
38 |
+
_/conda/Miniconda/win__x64/__0_0_0__/Miniconda3-latest-Windows-x86_64.exe filter=lfs diff=lfs merge=lfs -text
|
39 |
+
_/conda/Miniconda/win__x64/ff53a36b7024f8398cbfd043020f1f662cd4c5c2095c0007ddb4348aa5459375/Miniconda3-latest-Windows-x86_64.exe filter=lfs diff=lfs merge=lfs -text
|
_/conda/Miniconda/win__x64/__0_0_0__/Miniconda3-latest-Windows-x86_64.exe
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff53a36b7024f8398cbfd043020f1f662cd4c5c2095c0007ddb4348aa5459375
|
3 |
+
size 81940440
|
_/conda/Miniconda/win__x64/ff53a36b7024f8398cbfd043020f1f662cd4c5c2095c0007ddb4348aa5459375/Miniconda3-latest-Windows-x86_64.exe
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff53a36b7024f8398cbfd043020f1f662cd4c5c2095c0007ddb4348aa5459375
|
3 |
+
size 81940440
|
_/pipreqs.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pipreqs ADL --savepath ADL/_/requirements.txt --scan-notebooks
|
2 |
+
pipreqs APA --savepath APA/_/requirements.txt --scan-notebooks
|
3 |
+
pipreqs BW__RGB --savepath BW__RGB/_/requirements.txt --scan-notebooks
|
4 |
+
pipreqs FT__BERT_NSP__MRPC --savepath FT__BERT_NSP__MRPC/_/requirements.txt --scan-notebooks
|
5 |
+
pipreqs MNST --savepath MNST/_/requirements.txt --scan-notebooks
|
6 |
+
pipreqs NLP__SQL --savepath NLP__SQL/_/requirements.txt --scan-notebooks
|
7 |
+
pipreqs PNSA --savepath PNSA/_/requirements.txt --scan-notebooks
|
8 |
+
pipreqs PUP --savepath PUP/_/requirements.txt --scan-notebooks
|
____/conda/Miniconda/win__x64/__0_0_0__/_conda_
ADDED
File without changes
|
____/pipreqs.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip install -r ADL/_/requirements.txt
|
2 |
+
pip install -r APA/_/requirements.txt
|
3 |
+
pip install -r BW__RGB/_/requirements.txt
|
4 |
+
pip install -r FT__BERT_NSP__MRPC/_/requirements.txt
|
5 |
+
pip install -r MNST/_/requirements.txt
|
6 |
+
pip install -r NLP__SQL/_/requirements.txt
|
7 |
+
pip install -r PNSA/_/requirements.txt
|
8 |
+
pip install -r PUP/_/requirements.txt
|
9 |
+
|
10 |
+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|