MCPcopy Create free account
hub / github.com/NineAbyss/ZeroG / processed_file_names

Method processed_file_names

code/dataset_benchmark.py:294–295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

292
293 @property
294 def processed_file_names(self):
295 return 'data.pt'
296
297 def download(self):
298 path = download_url(self.url, self.raw_dir)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected