inference
inference copied to clipboard
Proposal: Change all module/folder name from hyphen to underscore
Python module disallows usage of hyphen ('-') in module name, and it makes importing and module run very complicated. We should change the naming of folder and module (e.g. llama2-70b) to use underscore. @pgmpablo157321 FYI
Affects 3D-UNet, Llama2-70B, DLRM-v2 Leaving open for now, can affect workflow @arjunsuresh and @gfursin : Any comments?
@nvzhihanj and @mrmhodak - we should be able to support such changes in CM. Please ping us if/when this change is done so that we could test all our workflows. Thanks!