- Add FrequencyPenaltyStrategy (logit -= penalty * count) - Per-task rep_window for penalty history lookup - Wire through engine, task, executor, API layer - Add --frequency_penalty and --rep_window to stream_chat.py - 9 unit tests for frequency penalty strategy |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_cache.py | ||
| test_engine.py | ||
| test_protocol.py | ||
| test_sample.py | ||
| test_scheduler.py | ||
| test_server.py | ||
| test_task.py | ||
| test_tool_parser.py | ||