itlab-vision / dl-benchmark

Deep Learning Inference benchmark. Supports OpenVINO™ toolkit, Caffe, TensorFlow, TensorFlow Lite, ONNX Runtime, OpenCV DNN, MXNet, PyTorch, Apache TVM, ncnn, etc.

Home Page:http://hpc-education.unn.ru/dli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

merge policies for master need to be updated in opder to allow merge with squash only

nberezina opened this issue · comments

In orde to have single commit in master for one PR merge policies need to be updated to allow merge with squash only.
Otherwise all commits from merged branch will be placed into master as is and it will be extremely hard to rollback or cherry-pick.

Yes, we did squash merge. Thank you for your attention to the project!