fiewolf1000 commited on
Commit
5fdc890
·
verified ·
1 Parent(s): b9bee03

Update update_predictions.py

Browse files
Files changed (1) hide show
  1. update_predictions.py +1 -1
update_predictions.py CHANGED
@@ -17,7 +17,7 @@ from model import KronosTokenizer, Kronos, KronosPredictor
17
  # --- Configuration ---
18
  Config = {
19
  "REPO_PATH": Path(__file__).parent.resolve(),
20
- "MODEL_PATH": os.path.join(os.environ.get("SPACE_CACHE_DIR", "."), "Kronos_model")
21
  "SYMBOL": 'BTCUSDT',
22
  "INTERVAL": '1h',
23
  "HIST_POINTS": 360,
 
17
  # --- Configuration ---
18
  Config = {
19
  "REPO_PATH": Path(__file__).parent.resolve(),
20
+ "MODEL_PATH": os.path.join(os.environ.get("SPACE_CACHE_DIR", "."), "Kronos_model"),
21
  "SYMBOL": 'BTCUSDT',
22
  "INTERVAL": '1h',
23
  "HIST_POINTS": 360,