Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/THUDM/slime
/ size
Method
size
slime/utils/reloadable_process_group.py:192–193 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
190
return
self.group.rank()
191
192
def
size(self) -> int:
193
return
self.group.size()
194
195
def
name(self) -> str:
196
return
self.group.name()
Callers
15
weight_dequant
Function · 0.80
fix_query_key_value_ordering
Method · 0.80
backward
Method · 0.80
learnable_softmax_flash_attn_varlen
Function · 0.80
__init__
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
get_absorb_query_key_value_tensors
Method · 0.80
get_reinforce_plus_plus_returns
Function · 0.80
calculate_log_probs_and_entropy
Function · 0.80
get_responses
Function · 0.80
_allgather_cp_redistribute
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected