mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 20:10:17 +00:00
fix bugs in request_handler
This commit is contained in:
committed by
FrankLeeeee
parent
62fd08ee44
commit
62968588d1
@@ -28,6 +28,7 @@ def check_inference_engine():
|
||||
generation_config = GenerationConfig(top_k=2, top_p=0.8, do_sample=True)
|
||||
outputs = inference_engine.generate(generation_config)
|
||||
|
||||
print("len(outputs): ", len(outputs))
|
||||
print("outputs: ", outputs)
|
||||
|
||||
# Engine still gets some bug
|
||||
|
Reference in New Issue
Block a user