mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 20:53:48 +00:00
model: add model file
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
#-*- coding: utf-8 -*-
|
||||
|
||||
from model.loader import ModerLoader
|
||||
from fastchat.serve.inference import generate_stream
|
||||
from configs.model_config import *
|
||||
|
||||
if __name__ == "__main__":
|
||||
pass
|
Reference in New Issue
Block a user