quic / aimet

AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
https://quic.github.io/aimet-pages/index.html
Other
2.15k stars 383 forks source link

Fixed incorrect workspace variable usage in Jenkinsfile parallel stag… #3313

Open quic-bharathr opened 2 months ago

quic-bharathr commented 1 month ago

Hi @quic-akhobare and others: Explanation: $WORKSPACE is a standard Jenkins variable that points the root of the PR workspace. Earlier we were using our own custom assigned variable that did not always point to the correct root path and caused failures in the parallel pipeline runs.