fix up documentation

This commit is contained in:
Lincoln Stein
2023-08-17 14:32:05 -04:00
parent c19835c2d0
commit 635a814dfb
2 changed files with 46 additions and 35 deletions

View File

@ -41,7 +41,7 @@ InvokeAI:
forced_tiled_decode: True
Device:
device: cpu
Cache:
Model Cache:
ram: 1.25
"""
)
@ -73,6 +73,7 @@ def test_legacy():
assert conf.xformers_enabled
assert conf.device == "cpu"
assert conf.use_cpu
assert conf.ram == 1.25
assert conf.ram_cache_size == 1.25