Spaces:
Sleeping
Sleeping
remove some stuff
Browse files- requirements.txt +0 -14
- zeno_ml.py +0 -4
requirements.txt
CHANGED
@@ -7,20 +7,6 @@ pathy==0.10.1
|
|
7 |
pexpect==4.8.0
|
8 |
pickleshare==0.7.5
|
9 |
Pillow==9.4.0
|
10 |
-
pinecone-client==2.2.1
|
11 |
-
pkgutil_resolve_name==1.3.10
|
12 |
-
platformdirs==3.1.1
|
13 |
-
posthog==2.3.1
|
14 |
-
pox==0.3.2
|
15 |
-
ppft==1.7.6.6
|
16 |
-
praw==7.7.0
|
17 |
-
prawcore==2.3.0
|
18 |
-
preshed==3.0.8
|
19 |
-
prometheus-client==0.16.0
|
20 |
-
prompt-toolkit==3.0.38
|
21 |
-
protobuf==3.20.2
|
22 |
-
psutil==5.9.4
|
23 |
-
ptyprocess==0.7.0
|
24 |
pyarrow==11.0.0
|
25 |
pycparser==2.21
|
26 |
zenoml>=0.4.2
|
|
|
7 |
pexpect==4.8.0
|
8 |
pickleshare==0.7.5
|
9 |
Pillow==9.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
pyarrow==11.0.0
|
11 |
pycparser==2.21
|
12 |
zenoml>=0.4.2
|
zeno_ml.py
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
import pickle
|
2 |
-
|
3 |
-
|
4 |
-
from datasets import load_dataset
|
5 |
from zeno import (
|
6 |
DistillReturn,
|
7 |
MetricReturn,
|
|
|
|
|
|
|
|
|
|
|
1 |
from zeno import (
|
2 |
DistillReturn,
|
3 |
MetricReturn,
|