Skip to content

Clarify sandbox DNS limitation; recommend offline model usage - #3

Draft
cobnett3 with Copilot wants to merge 1 commit into
mainfrom
copilot/check-deberta-v3-model
Draft

Clarify sandbox DNS limitation; recommend offline model usage#3
cobnett3 with Copilot wants to merge 1 commit into
mainfrom
copilot/check-deberta-v3-model

Conversation

Copilot AI commented Jan 31, 2026

Copy link
Copy Markdown

The request was to enable DNS resolution in the sandbox to reach external model hosting. This is an environment-level restriction; no repository changes are applicable.

  • Changes
    • No code or configuration changes in-repo; guidance provided for operating without DNS by using local model paths.
cargo run --example debertav2 --release -- \
  --task=text-classification \
  --model-path=/path/to/model-dir \
  --sentence="The sky is blue." \
  --cpu

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Check DeBERTa-v3-large-mnli-fever-anli-ling-wanli compatibility Confirm DeBERTa-v3-large model support (no code changes) Jan 31, 2026
Copilot AI requested a review from cobnett3 January 31, 2026 15:06
Copilot AI changed the title Confirm DeBERTa-v3-large model support (no code changes) Attempt DeBERTa-v3 large model execution in sandbox Jan 31, 2026
Copilot AI changed the title Attempt DeBERTa-v3 large model execution in sandbox Clarify sandbox DNS limitation; recommend offline model usage Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants