MCPcopy 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
23class HuggingFaceModel(BaseModel):
24 hf_repo: str
25 hf_file: Optional[str] = None
26
27 class Config:
28 frozen = True
29
30
31def collect_hf_model_test_parameters(test_file) -> Generator[HuggingFaceModel, None, None]:

Callers 1

Calls

no outgoing calls

Tested by 1