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