Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,8 @@ import transformers
|
|
4 |
from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig,AwqConfig
|
5 |
import torch
|
6 |
import os
|
7 |
-
|
|
|
8 |
|
9 |
|
10 |
nf4_config = BitsAndBytesConfig(
|
|
|
4 |
from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig,AwqConfig
|
5 |
import torch
|
6 |
import os
|
7 |
+
from huggingface_cli import login
|
8 |
+
login(key)
|
9 |
|
10 |
|
11 |
nf4_config = BitsAndBytesConfig(
|