mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Tests: Fix linting
Also change how wheel_test works for safe import testing rather than trying to import the package which can cause system issues. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -9,7 +9,8 @@ for (module, modules) in loader:
|
||||
print(module, modules)
|
||||
|
||||
generator = container.generate_gen("Once upon a tim", token_healing = True)
|
||||
for g in generator: print(g, end = "")
|
||||
for g in generator:
|
||||
print(g, end = "")
|
||||
|
||||
container.unload()
|
||||
del container
|
||||
|
||||
Reference in New Issue
Block a user