|
AQIT 0.1.0
|
Public Member Functions | |
| __init__ (self, str|None api_key=None) | |
| list[dict] | list (self, str|None model=None) |
| dict | get (self, str id) |
| None | pull (self, str|None id=None, str|None model=None, int|None layer=None, str|Path output="./sae.pt") |
Protected Attributes | |
| _api_key = api_key | |
| aquin.saes.SaesNamespace.__init__ | ( | self, | |
| str | None | api_key = None ) |
| dict aquin.saes.SaesNamespace.get | ( | self, | |
| str | id ) |
Definition at line 183 of file saes.py.
References aquin.saes.get_sae().
| list[dict] aquin.saes.SaesNamespace.list | ( | self, | |
| str | None | model = None ) |
Definition at line 180 of file saes.py.
References aquin.saes.list_saes().
| None aquin.saes.SaesNamespace.pull | ( | self, | |
| str | None | id = None, | ||
| str | None | model = None, | ||
| int | None | layer = None, | ||
| str | Path | output = "./sae.pt" ) |
Definition at line 186 of file saes.py.
References aquin.compute.openai_client.AquinOpenAIProxy._api_key, _api_key, aquin.saes.list_saes(), and aquin.saes.pull_sae().
|
protected |