mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-13 14:06:43 +00:00
rm log
This commit is contained in:
parent
545c323216
commit
cacab625cf
@ -3,7 +3,6 @@
|
||||
|
||||
import torch
|
||||
import os
|
||||
from functools import cache
|
||||
from typing import List
|
||||
from functools import cache
|
||||
from transformers import (
|
||||
|
@ -66,7 +66,6 @@ class ModelWorker:
|
||||
|
||||
def generate_stream_gate(self, params):
|
||||
try:
|
||||
print(f"llmserver params: {params}, self: {self}")
|
||||
for output in self.generate_stream_func(
|
||||
self.model, self.tokenizer, params, DEVICE, CFG.MAX_POSITION_EMBEDDINGS
|
||||
):
|
||||
|
Loading…
Reference in New Issue
Block a user