Instructions to use SageLite/SageLite-s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SageLite/SageLite-s with Transformers:
# Load model directly from transformers import SageLite model = SageLite.from_pretrained("SageLite/SageLite-s", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Dejiao Z commited on
Commit ·
b7b4991
1
Parent(s): 812f107
fixed error
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 162152321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7b5a649e047965e2cd3a27d215367067506a5f99551f2d8f833510b4abd79ce
|
| 3 |
size 162152321
|