rapidsai / deployment

RAPIDS Deployment Documentation
https://docs.rapids.ai/deployment/stable/
9 stars 28 forks source link

remove cufile.log in xgboost-randomforest-gpu-hpo-dask example #413

Closed jameslamb closed 3 weeks ago

jameslamb commented 1 month ago

Proposes removing the cufile.log checked into source control here.

There's already a .gitignore rule to avoid this:

https://github.com/rapidsai/deployment/blob/b6c222f8c29de49a14ebc7157c49b5d863a29983/.gitignore#L22

But I suspect this particular file was already in source control prior to that rule being added.

Trying to ad the file back shows that the .gitignore rules is working:

echo "abc" > ./source/examples/xgboost-randomforest-gpu-hpo-dask/cufile.log
git status