Skip to content

Commit

Permalink
Remove a line from config_struct.py header
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Oct 16, 2024
1 parent 976a94c commit c350b47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shortfin/python/shortfin_apps/sd/components/config_struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Typically represented in something like a Huggingface config.json,
we extend the configuration to enumerate inference boundaries of some given set of compiled modules.
This is much less complex in Stable Diffusion where we aren't keeping a KVCache, but is still useful for serving.
"""

from dataclasses import dataclass
Expand Down

0 comments on commit c350b47

Please sign in to comment.