Skip to content

Commit

Permalink
(sdxl) Updates server configurations to run with caching allocator by…
Browse files Browse the repository at this point in the history
… default. (#768)

This is a band-aid patch.

We encountered a regression in under-load behavior (tracked by
#753)
This effectively uses a different allocator that, while less efficient
at multi-device inference execution, is more stable.
  • Loading branch information
monorimet authored Jan 7, 2025
1 parent 1d841c7 commit cdcc083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from iree.build.executor import FileNamespace
import os

ARTIFACT_VERSION = "11182024"
ARTIFACT_VERSION = "01062025"
SDXL_CONFIG_BUCKET = f"https://sharkpublic.blob.core.windows.net/sharkpublic/sdxl/{ARTIFACT_VERSION}/configs/"


Expand Down

0 comments on commit cdcc083

Please sign in to comment.