docs(minimax-h3): add RTX PRO 5000 profile - #742
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request introduces a new docker_source configuration option for recipes, allowing Docker containers to run against a newer local source checkout without rebuilding the image. This is achieved by bind-mounting the host source path read-only and exporting it as PYTHONPATH inside the container. The MiniMax-H3 recipe is updated to utilize this feature. Feedback on the changes points out a potential issue in buildDockerRun where duplicate PYTHONPATH environment flags could be generated if the recipe's environment already defines one. Merging the paths instead of appending duplicate flags is recommended to prevent overwriting existing configurations.
5687605 to
9efb440
Compare
Signed-off-by: lishunyang12 <lishunyang03@gmail.com>
a04541c to
50e1d9c
Compare
Summary
Validation
taxonomy.yamlandmodels/MiniMaxAI/MiniMax-H3.yamlnode scripts/build-recipes-api.mjsgit diff --check