Callmebowoo-22 commited on
Commit
c219b92
·
verified ·
1 Parent(s): e0b301b

Update utils/model.py

Browse files
Files changed (1) hide show
  1. utils/model.py +1 -1
utils/model.py CHANGED
@@ -16,7 +16,7 @@ def predict_umkm(data):
16
 
17
  # Load model
18
  ttm_model = AutoModelForTimeSeriesPrediction.from_pretrained(
19
- "ibm/granite-ttm-r1"
20
  ).to(device)
21
 
22
  # Prediksi (pastikan input shape [batch_size, sequence_length])
 
16
 
17
  # Load model
18
  ttm_model = AutoModelForTimeSeriesPrediction.from_pretrained(
19
+ "ibm/granite-timeseries-ttm-r2"
20
  ).to(device)
21
 
22
  # Prediksi (pastikan input shape [batch_size, sequence_length])