Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
nm-testing
/
opt-125m-fp8-dynamic
like
0
Follow
NM Testing
50
Text Generation
Transformers
Safetensors
opt
fp8
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
mgoin
commited on
Apr 27, 2024
Commit
0c6ac33
·
verified
·
1 Parent(s):
8c5d6b6
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+8
-0
README.md
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
---
2
+
tags:
3
+
- fp8
4
+
---
5
+
Made with https://github.com/neuralmagic/AutoFP8:
6
+
```
7
+
python quantize.py --model-id facebook/opt-125m --save-dir opt-125m-fp8-dynamic --activation-scheme dynamic
8
+
```