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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
20
20
21
-
⚡ LitGPT is a hackable [implementation](litgpt/model.py) of state-of-the-art open-source large language models released under the **Apache 2.0 license**.
21
+
⚡ LitGPT is a hackable [implementation](litgpt/model.py) of state-of-the-art open-source large language models released under the **Apache 2.0 license**.
22
22
23
23
24
24
## LitGPT supports
@@ -141,7 +141,7 @@ For added convenience, you can also manually override config file setting via th
@@ -150,7 +150,7 @@ You can browse the available configuration files [here](https://github.com/Light
150
150
151
151
152
152
153
-
> [!TIP]
153
+
> [!TIP]
154
154
> **Run large models on smaller consumer devices:**
155
155
> We support 4-bit quantization (as in QLoRA), (bnb.nf4, bnb.nf4-dq, bnb.fp4, bnb.fp4-dq) and 8-bit quantization (bnb.int8) for inference by following [this guide](tutorials/quantize.md).
156
156
@@ -314,7 +314,7 @@ We welcome all individual contributors, regardless of their level of experience
314
314
315
315
316
316
317
-
> [!TIP]
317
+
> [!TIP]
318
318
> Unsure about contributing? Check out our [How to Contribute to LitGPT](https://lightning.ai/pages/community/tutorial/how-to-contribute-to-litgpt/) guide.
319
319
320
320
If you have general questions about building with LitGPT, please [join our Discord](https://discord.gg/VptPCZkGNa).
0 commit comments