• Daniel Hiltgen's avatar
    Prevent loading models larger than total memory · 3c75113e
    Daniel Hiltgen authored
    Users may not realize the siny new model they're trying to load
    fits on their disk, but can't load into system+GPU memory.  Today
    we crash, but with this fix, we'll give them a better error message
    before even trying to load it.
    3c75113e
sched.go 28.4 KB