Add stable-diffusion-v1-5 example #135
Annotations
3 warnings
shellcheck:
examples/nlp/huggingface_model/text_to_image/stable_diffusion_v1_5/quantization/ptq_static/run_quant.sh#L38
[shellcheck] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
./examples/nlp/huggingface_model/text_to_image/stable_diffusion_v1_5/quantization/ptq_static/run_quant.sh:38:15: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
|
shellcheck:
examples/nlp/huggingface_model/text_to_image/stable_diffusion_v1_5/quantization/ptq_static/run_quant.sh#L40
[shellcheck] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
./examples/nlp/huggingface_model/text_to_image/stable_diffusion_v1_5/quantization/ptq_static/run_quant.sh:40:11: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
|
shellcheck:
examples/nlp/huggingface_model/text_to_image/stable_diffusion_v1_5/quantization/ptq_static/run_quant.sh#L41
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./examples/nlp/huggingface_model/text_to_image/stable_diffusion_v1_5/quantization/ptq_static/run_quant.sh:41:36: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Loading