Skip to content

Commit f0eae17

Browse files
author
bedogni@unimore.it
committed
Bugfix
1 parent d83d55c commit f0eae17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/edge/edge_initialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Edge:
2828
# Class-level variance detector (shared across edge inference calls)
2929
variance_detector = VarianceDetector(window_size=10, variance_threshold=0.15)
3030

31-
@staticmethod
31+
@staticmethod
3232
def get_valid_offloading_points(model):
3333
"""
3434
Identify which layers are valid offloading points.

0 commit comments

Comments
 (0)