2. Moves the error message when either (a) TRTLLM isn't installed (b) doesn't have v10 refit functionality into GenerateGPTLLM and have the message point to this new dockerfile
# Changelog
- Please update the [CHANGELOG.md](/CHANGELOG.md) under next version with high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
What does this PR do ?
This PR contains two changes:
An incremental build where only nemo-aligner gets bumped changes
docker buildx build --target=aligner-bump \ --build-arg=BASE_IMAGE=nvcr.io/nvidia/nemo:24.07 \ --build-arg=ALIGNER_COMMIT=dev \ -t aligner:latest .
Before your PR is "Ready for review"
Pre checks:
Checklist when contributing a new algorithm
max_steps=-1
andvalidation
?Additional Information