Get the identifying parameters.
(self)
| 44 | |
| 45 | @property |
| 46 | def _identifying_params(self) -> Mapping[str, Any]: |
| 47 | """Get the identifying parameters.""" |
| 48 | return {"model_name": self.model_name} |
| 49 | |
| 50 | if __name__ == "__main__": |
| 51 | llm = OPTModel("facebook/opt-350m") |
nothing calls this directly
no outgoing calls
no test coverage detected