mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Tree: Refactor code organization
Move common functions into their own folder and refactor the backends to use their own folder as well. Also cleanup imports and alphabetize import statments themselves. Finally, move colab and docker into their own folders as well. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
""" Test the model container. """
|
||||
from model import ModelContainer
|
||||
from backends.exllamav2.model import ModelContainer
|
||||
|
||||
|
||||
def progress(module, modules):
|
||||
|
||||
Reference in New Issue
Block a user