Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
from dotenv import load_dotenv
|
6 |
from cpufeature import CPUFeature
|
7 |
from petals.constants import PUBLIC_INITIAL_PEERS
|
8 |
-
|
9 |
|
10 |
@dataclass
|
11 |
class ModelInfo:
|
|
|
5 |
from dotenv import load_dotenv
|
6 |
from cpufeature import CPUFeature
|
7 |
from petals.constants import PUBLIC_INITIAL_PEERS
|
8 |
+
from huggingface_hub import login
|
9 |
|
10 |
@dataclass
|
11 |
class ModelInfo:
|