mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-20 06:19:15 +00:00
Tree: Remove fasttensors
Now a noop in upstream. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -251,9 +251,6 @@ class ExllamaV2Container:
|
||||
else:
|
||||
self.config.scale_alpha_value = rope_alpha
|
||||
|
||||
# Enable fasttensors loading if present
|
||||
self.config.fasttensors = unwrap(kwargs.get("fasttensors"), False)
|
||||
|
||||
# Set max batch size to the config override
|
||||
self.max_batch_size = unwrap(kwargs.get("max_batch_size"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user