MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / _identifying_params

Method _identifying_params

bmtools/models/lora_model.py:62–64  ·  view source on GitHub ↗

Get the identifying parameters.

(self)

Source from the content-addressed store, hash-verified

60
61 @property
62 def _identifying_params(self) -> Mapping[str, Any]:
63 """Get the identifying parameters."""
64 return {"model_name": self.model_name}
65
66if __name__ == "__main__":
67 llm = LoraModel(base_name_or_path="huggyllama/llama-7b", model_name_or_path="pooruss-lsh/tool-llama7b-single-tool-lora")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected