bugfix
This commit is contained in:
parent
58a590ca24
commit
6ffe11dbc7
@ -1,4 +1,8 @@
|
||||
git+https://git.kaiyuancloud.cn/yumoqing/apppublic
|
||||
git+https://git.kaiyuancloud.cn/yumoqing/ahserver
|
||||
git+https://github.com/huggingface/transformers@21fac7abba2a37fae86106f87fcf9974fd1e3830
|
||||
accelerate
|
||||
torch
|
||||
torchaudio
|
||||
optimum
|
||||
auto_gptq
|
||||
|
@ -1,3 +1,9 @@
|
||||
info(f'{params_kw=}')
|
||||
return await inference(params_kw.prompt, params_kw.image, params_kw.video)
|
||||
|
||||
t1 = time.time()
|
||||
ret = await inference(params_kw.prompt, params_kw.image, params_kw.video)
|
||||
t2 = time.time()
|
||||
info(f'{ret=}')
|
||||
return {
|
||||
"content":ret
|
||||
"time_cost":t2 - t1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user