diff options
Diffstat (limited to 'weed/mount/ml/cache_policy.go')
| -rw-r--r-- | weed/mount/ml/cache_policy.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/mount/ml/cache_policy.go b/weed/mount/ml/cache_policy.go index 44650a44d..7a370ee59 100644 --- a/weed/mount/ml/cache_policy.go +++ b/weed/mount/ml/cache_policy.go @@ -231,8 +231,8 @@ func (policy *MLCachePolicy) calculateMLScore(entry *CacheEntry) float64 { score *= 1.5 // Strong boost for model access case EpochAccess: score *= 1.3 // Boost for epoch access - case BatchAccess: - score *= 1.1 // Small boost for batch access + case BatchGroupAccess: + score *= 1.1 // Small boost for batch group access } // Predicted reuse bonus |
