Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ endpoints
Endpoints
3 in github.com/antirez/llama.cpp-deepseek-v4-flash
⨍
Functions
13,473
◇
Types & classes
3,460
↳
Endpoints
3
Route
test_ctx_shift_disabled_short_prompt
pytest.mark.parametrize("n_predict,n_token_output,truncated", [ (64, 64, False), (-1, 248, True), # 8
tools/server/tests/unit/test_ctx_shift.py:None
Route
test_embedding_mixed_input
pytest.mark.parametrize( "input,is_multi_prompt", [ # do not crash on empty input ("",
tools/server/tests/unit/test_embedding.py:None
Route
test_invalid_input_extra_req
pytest.mark.parametrize("input_extra", [ {}, {"filename": "ok"}, {"filename": 123}, {"filename
tools/server/tests/unit/test_infill.py:None