MCPcopy Create free account
hub / github.com/OpenRaiser/NanoResearch / RAMBackend

Class RAMBackend

nanoresearch/evolution/ram.py:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class RAMBackend(str, Enum):
33 HF = "hf"
34 VLLM = "vllm"
35
36
37class RAMOutput(BaseModel):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected