Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ HuggingFaceModel
Class
HuggingFaceModel
scripts/fetch_server_test_models.py:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
23
class
HuggingFaceModel(BaseModel):
24
hf_repo: str
25
hf_file: Optional[str] = None
26
27
class
Config:
28
frozen = True
29
30
31
def
collect_hf_model_test_parameters(test_file) -> Generator[HuggingFaceModel, None, None]:
Callers
1
collect_hf_model_test_parameters
Function · 0.85
Calls
no outgoing calls
Tested by
1
collect_hf_model_test_parameters
Function · 0.68