Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zai-org/CodeGeeX
/ exists
Method
exists
codegeex/megatron/data/indexed_dataset.py:223–226 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
221
222
@staticmethod
223
def
exists(path):
224
return
os.path.exists(index_file_path(path)) and os.path.exists(
225
data_file_path(path)
226
)
227
228
@property
229
def
supports_prefetch(self):
Callers
15
ensure_directory_exists
Function · 0.45
initialize_wandb_experiment
Function · 0.45
_build_train_valid_test_datasets
Function · 0.45
infer_dataset_impl
Function · 0.45
make_dataset
Function · 0.45
dataset_exists
Function · 0.45
exists
Method · 0.45
from_pretrained
Method · 0.45
unsafe_execute
Function · 0.45
inspect_result
Function · 0.45
evaluate_functional_correctness
Function · 0.45
evaluate_functional_correctness
Function · 0.45
Calls
2
index_file_path
Function · 0.85
data_file_path
Function · 0.85
Tested by
no test coverage detected