mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-20 14:29:28 +00:00
A little cleanup
This commit is contained in:
@@ -2,17 +2,8 @@
|
||||
import sys, os
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
from exllamav2 import (
|
||||
ExLlamaV2,
|
||||
ExLlamaV2Config,
|
||||
ExLlamaV2Cache,
|
||||
ExLlamaV2Tokenizer,
|
||||
model_init,
|
||||
)
|
||||
|
||||
from exllamav2.server import (
|
||||
ExLlamaV2WebSocketServer
|
||||
)
|
||||
from exllamav2 import ExLlamaV2Cache, model_init
|
||||
from exllamav2.server import ExLlamaV2WebSocketServer
|
||||
|
||||
import argparse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user