Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Alpha-VLLM/LLaMA2-Accessory
/ put_response
Function
put_response
accessory/model/multi_gpu_wrapper.py:51–52 ·
view source on GitHub ↗
(response)
Source
from the content-addressed store, hash-verified
49
def
model_worker(port: int, rank:int, world_size: int):
50
51
def
put_response(response):
52
dist.gather_object(response, object_gather_list=None, dst=0)
53
54
def
get_request() -> List:
55
_ = [[]]
Callers
1
model_worker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected