# 5) Start generation in background thread (generate is blocking)
gen_kwargs=dict(
**inputs,
max_new_tokens=32768,
max_new_tokens=131072,
streamer=streamer,
)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.