hishamchow commited on
Commit
9d25231
·
verified ·
1 Parent(s): 65590c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5
9
 
10
  ## _io32/16
11
  _io32: model input is fp32, model will convert the input to fp16, perform ops in fp16 and write the final result in fp32
 
12
  _io16: model input is fp16, perform ops in fp16 and write the final result in fp16
13
 
14
  ## How to Get Started with the Model
 
9
 
10
  ## _io32/16
11
  _io32: model input is fp32, model will convert the input to fp16, perform ops in fp16 and write the final result in fp32
12
+
13
  _io16: model input is fp16, perform ops in fp16 and write the final result in fp16
14
 
15
  ## How to Get Started with the Model