mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 04:00:16 +00:00
removed print statement
This commit is contained in:
parent
e51eb59861
commit
df9f16747f
@ -1237,7 +1237,6 @@ async def wait_for_slots_status(context,
|
||||
while True:
|
||||
async with await session.get(f'{base_url}/slots', params=params) as slots_response:
|
||||
status_code = slots_response.status
|
||||
print(await slots_response.text())
|
||||
slots = await slots_response.json()
|
||||
if context.debug:
|
||||
print(f"slots responses {slots}\n")
|
||||
|
Loading…
Reference in New Issue
Block a user