mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Model: Lazyload backends
This commit is contained in:
@@ -156,6 +156,9 @@ class ModelCapabilities:
|
||||
# Some models cannot be hosted over the API, namely the API itself.
|
||||
api_host: bool = True
|
||||
|
||||
# Some models need to warm up the TPU before use
|
||||
uses_tpu: bool = False
|
||||
|
||||
|
||||
class InferenceModel:
|
||||
"""Root class for all models."""
|
||||
|
Reference in New Issue
Block a user