Commit
·
2a77fae
1
Parent(s):
1dd9c2c
Push FastAI model using huggingface_hub.
Browse files- model.pkl +2 -2
- pyproject.toml +1 -1
model.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a43555675000e49d8be8d057e54e600e5b6fab72a2c4d46bab2d64b7e7c8e9e
|
3 |
+
size 1220058901
|
pyproject.toml
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
[build-system]
|
2 |
-
requires = ["setuptools>=40.8.0", "wheel", "python=3.
|
3 |
build-backend = "setuptools.build_meta:__legacy__"
|
|
|
1 |
[build-system]
|
2 |
+
requires = ["setuptools>=40.8.0", "wheel", "python=3.9.18", "fastai=2.7.13", "fastcore=1.5.29"]
|
3 |
build-backend = "setuptools.build_meta:__legacy__"
|