mgoin commited on
Commit
0c6ac33
1 Parent(s): 8c5d6b6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -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
+ ```