|
AQIT 0.1.0
|
Public Member Functions | |
| None | __init__ (self, torch.Tensor weight, torch.Tensor|None bias=None) |
Public Attributes | |
| W_U = weight | |
| b_U = bias | |
Definition at line 102 of file hf_llm_shim.py.
| None aquin.compute.hf_llm_shim._UnembedShim.__init__ | ( | self, | |
| torch.Tensor | weight, | ||
| torch.Tensor | None | bias = None ) |
Definition at line 103 of file hf_llm_shim.py.
| aquin.compute.hf_llm_shim._UnembedShim.b_U = bias |
Definition at line 106 of file hf_llm_shim.py.
| aquin.compute.hf_llm_shim._UnembedShim.W_U = weight |
Definition at line 104 of file hf_llm_shim.py.