Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zhiyuan-R/Tiger-Diffusion
/ multi_gpu_wrapper
Method
multi_gpu_wrapper
test_generation.py:335–336 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
333
self.model.eval()
334
335
def
multi_gpu_wrapper(self, f):
336
self.model = f(self.model)
337
338
339
def
get_betas(schedule_type, b_start, b_end, time_num):
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected