LeelaChessZero / lczero-client

The executable that communicates with the server to run selfplay games locally and upload results
71 stars 40 forks source link

make subdirectories in user specified cache directory #127

Closed borg323 closed 4 years ago

borg323 commented 4 years ago

It is very easy to mistakenly specify a cache directory that has important files in it.

Tilps commented 4 years ago

Maybe we should just always use a subdirectory of the specified directory?

borg323 commented 4 years ago

This version will use books and client-cache subdirectories in the specified cache directory. Now running lc0_training_client -cache . is safe.