Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AkaliKong/MiniOneRec
/ check_path
Function
check_path
rq/text2emb/utils.py:276–278 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
274
275
276
def
check_path(path):
277
if
not os.path.exists(path):
278
os.makedirs(path)
279
280
281
def
set_device(gpu_id):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected