Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/GLM
/ get_log_dir
Function
get_log_dir
utils.py:33–34 ·
view source on GitHub ↗
(name, base)
Source
from the content-addressed store, hash-verified
31
32
33
def
get_log_dir(name, base):
34
return
os.path.join(base, SUMMARY_WRITER_DIR_NAME, name)
35
36
37
def
get_sample_writer(log_dir, iteration=0):
Callers
2
finetune
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected