updated foundry local#111
Merged
Merged
Conversation
…rting itself as phi-3.5-mini-instruct-trtrtx-gpu:1 (note: trtrtx instead of cuda, and lowercase). This is a Foundry Local update — newer versions switched the Phi-3.5 Mini model backend from generic CUDA to TensorRT-RTX (trtrtx), which is an optimized inference engine for NVIDIA RTX GPUs. The model ID changed to reflect the new backend. So it's not something you changed — it's a Foundry Local / model catalog update on your machine. The fix I applied (updating to phi-3.5-mini-instruct-trtrtx-gpu:1) is the correct one for your current Foundry Local version.
…date application.properties to reflect changes.
…arify configuration instructions
…al on macOS; add verification steps and clarify model auto-detection
…dry Local Spring Boot Demo; enhance automatic model detection description.
…al on macOS; include tap command for Homebrew.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Describe the intention of the changes being proposed. What problem does it solve or functionality does it add?
Does this introduce a breaking change?
When developers merge from main and run the server, azd up, or azd deploy, will this produce an error?
If you're not sure, try it out on an old environment.
Does this require changes to learn.microsoft.com docs or modules?
which includes deployment, settings and usage instructions.
Type of change