Instructions to use StarRing2022/Dlip-RWKV with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StarRing2022/Dlip-RWKV with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("StarRing2022/Dlip-RWKV", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a274d881ee3fc03f85bb1e42f415719a4a39fdb647603d9b26f76f955bd3680b
|
| 3 |
+
size 923344136
|