Skip to content

Commit e7907dc

Browse files
authored
Disable tuned models for sm_89 (huggingface#943)
Looks like tuning on A100 doesn't necessarily translate to 40xx.
1 parent 3944136 commit e7907dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/stable_diffusion/src/utils/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ def set_init_device_flags():
254254
"sm_80",
255255
"sm_84",
256256
"sm_86",
257-
"sm_89",
258257
]:
259258
args.use_tuned = False
260259

0 commit comments

Comments
 (0)