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:c3681c38bf20059da1939ecc322a33b6f41d791edbda2c17a329e6949f443b7c
|
| 3 |
+
size 47157747
|
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.12.12", "fastai=2.8.6", "fastcore=1.9.2"]
|
| 3 |
build-backend = "setuptools.build_meta:__legacy__"
|