├── .gitignore ├── README.md ├── example ├── bouncing_ball │ ├── bouncing_ball.qwq_high.py │ ├── bouncing_ball_qwq_high response.txt │ └── inference_hight_thinking_llamacpp_py.py └── low_thinking │ ├── example_low_thinking_llamacpp_py.py │ └── example_low_thinking_tranformers.py ├── thinking_effort_llamacpp_py.py └── thinking_effort_transformers.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/and270/thinking_effort_processor/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/and270/thinking_effort_processor/HEAD/README.md -------------------------------------------------------------------------------- /example/bouncing_ball/bouncing_ball.qwq_high.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/and270/thinking_effort_processor/HEAD/example/bouncing_ball/bouncing_ball.qwq_high.py -------------------------------------------------------------------------------- /example/bouncing_ball/bouncing_ball_qwq_high response.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/and270/thinking_effort_processor/HEAD/example/bouncing_ball/bouncing_ball_qwq_high response.txt -------------------------------------------------------------------------------- /example/bouncing_ball/inference_hight_thinking_llamacpp_py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/and270/thinking_effort_processor/HEAD/example/bouncing_ball/inference_hight_thinking_llamacpp_py.py -------------------------------------------------------------------------------- /example/low_thinking/example_low_thinking_llamacpp_py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/and270/thinking_effort_processor/HEAD/example/low_thinking/example_low_thinking_llamacpp_py.py -------------------------------------------------------------------------------- /example/low_thinking/example_low_thinking_tranformers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/and270/thinking_effort_processor/HEAD/example/low_thinking/example_low_thinking_tranformers.py -------------------------------------------------------------------------------- /thinking_effort_llamacpp_py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/and270/thinking_effort_processor/HEAD/thinking_effort_llamacpp_py.py -------------------------------------------------------------------------------- /thinking_effort_transformers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/and270/thinking_effort_processor/HEAD/thinking_effort_transformers.py --------------------------------------------------------------------------------