Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
d6f96cd
1
Parent(s):
abe92b7
remove incorrect apex package that comes from pypi
Browse files- apex-0.1-cp311-cp311-linux_x86_64.whl +0 -3
- app.py +0 -1
- model.py +0 -1
- requirements.txt +0 -1
apex-0.1-cp311-cp311-linux_x86_64.whl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c4f1044261ccc7ee405c2d058c401f9dc6d3c41052af431fba8d587b79dc37a4
|
3 |
-
size 35430838
|
|
|
|
|
|
|
|
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import apex
|
2 |
import streamlit as st
|
3 |
from itertools import tee
|
4 |
from model import InferenceBuilder
|
|
|
|
|
1 |
import streamlit as st
|
2 |
from itertools import tee
|
3 |
from model import InferenceBuilder
|
model.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import apex
|
2 |
import mlflow
|
3 |
import torch
|
4 |
import streamlit as st
|
|
|
|
|
1 |
import mlflow
|
2 |
import torch
|
3 |
import streamlit as st
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
apex
|
2 |
torch
|
3 |
mlflow
|
4 |
transformers
|
|
|
|
|
1 |
torch
|
2 |
mlflow
|
3 |
transformers
|