mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 12:32:10 +00:00
backend(vllm): remove python print stmt
This commit is contained in:
parent
a7c2a470d6
commit
dc5addae81
@ -120,12 +120,6 @@ impl LlmEngine {
|
||||
let py_tokens_prompt = py_tokens_prompt_class.call_bound(py, (), Some(&kwargs))?;
|
||||
let py_sampling_params = sampling_params.try_to_object(py)?;
|
||||
|
||||
let _ = py.eval_bound(
|
||||
"print(type(params), params)",
|
||||
Some(&[("params", &py_sampling_params)].into_py_dict_bound(py)),
|
||||
None,
|
||||
);
|
||||
|
||||
self.engine.call_method1(
|
||||
py,
|
||||
"add_request",
|
||||
|
Loading…
Reference in New Issue
Block a user