Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
mgoin
/
persimmon-8b-chat-ds
like
0
Text Generation
Transformers
ONNX
persimmon
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
mgoin
commited on
Oct 24, 2023
Commit
b6f4018
•
1 Parent(s):
99e0007
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
```
2
+
git clone https://huggingface.co/adept/persimmon-8b-chat
3
+
sparseml.transformers.export_onnx --model_path ./persimmon-8b-chat --task text-generation --sequence_length 512 --trust_remote_code
4
+
```