We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a355793 commit 47dad6aCopy full SHA for 47dad6a
gemma-peft.md
@@ -63,6 +63,7 @@ We start by downloading the model and the tokenizer. We also include a `BitsAndB
63
64
```python
65
import torch
66
+import os
67
from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
68
69
model_id = "google/gemma-2b"
0 commit comments