You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ XLens is designed for mechanistic interpretability of Transformer language model
16
16
-**Full Type Annotations:** Comprehensive type annotations with generics and [jaxtyping](https://github.com/patrick-kidger/jaxtyping) for better code completion and type checking.
17
17
-**Intuitive API:** Designed with ease of use in mind, facilitating quick experimentation and exploration.
18
18
19
+
## Installation
20
+
21
+
XLens can be installed via pip:
22
+
23
+
```bash
24
+
pip install xlens
25
+
```
26
+
19
27
## Examples
20
28
21
29
Here are some basic examples to get you started with XLens.
0 commit comments