가입 후 초대 링크를 공유하면 동영상 재생 및 초대 보상을 받을 수 있습니다.

Georgi Gerganov
@ggerganov
24th at the Electrica puzzle challenge | building | engineer @huggingface
가입 May 2015
294 팔로잉 중    71.8K 팬
I find the "inception" pattern to be very useful in many agentic use cases. You can force the model to take an action when it thinks for too long by injecting a thought after a specified reasoning budget. Helps dealing with underspecified tasks which make the model reason for way too long.
더 보기
to limit the max reasoning length, add: ... \ --reasoning-budget 4096 \ --reasoning-budget-message "... I am thinking for too -- let me gather more info about the task." adjust to your needs