We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83d55c commit f0eae17Copy full SHA for f0eae17
1 file changed
src/server/edge/edge_initialization.py
@@ -28,7 +28,7 @@ class Edge:
28
# Class-level variance detector (shared across edge inference calls)
29
variance_detector = VarianceDetector(window_size=10, variance_threshold=0.15)
30
31
- @staticmethod
+ @staticmethod
32
def get_valid_offloading_points(model):
33
"""
34
Identify which layers are valid offloading points.
0 commit comments