Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

change model identifier for finetuned deepseek model#63817

Merged
sagtanih merged 1 commit into
mainfrom
hitesh/deepseek-model-identifier-correct
Jul 14, 2024
Merged

change model identifier for finetuned deepseek model#63817
sagtanih merged 1 commit into
mainfrom
hitesh/deepseek-model-identifier-correct

Conversation

@sagtanih

@sagtanih sagtanih commented Jul 14, 2024

Copy link
Copy Markdown
Contributor

Context

  1. Change model identifier for deepseek-coder-v2 model for fine-tuned models.

Test plan

curl -vS -X POST http://localhost:9992/v1/completions/fireworks -H 'Authorization: bearer <SGD_TOKEN>' -d '{"stream":false,"max_tokens":50, "model": "fim-lang-specific-model-deepseek-stack-trained", "stop_sequences": ["\n\n"], "prompt": "const value = ", "stream":false, "languageId": "python"}' -H 'X-sourcegraph-feature: code_completions'
curl -vS -X POST http://localhost:9992/v1/completions/fireworks -H 'Authorization: bearer <SGD_TOKEN>' -d '{"stream":false,"max_tokens":50, "model": "fim-lang-specific-model-deepseek-logs-trained", "stop_sequences": ["\n\n"], "prompt": "const value = ", "stream":false, "languageId": "python"}' -H 'X-sourcegraph-feature: code_completions'

@cla-bot cla-bot Bot added the cla-signed label Jul 14, 2024
@sagtanih sagtanih requested a review from a team July 14, 2024 13:20
@sagtanih sagtanih enabled auto-merge (squash) July 14, 2024 13:23

@rishabhmehrotra rishabhmehrotra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sagtanih sagtanih merged commit 660d686 into main Jul 14, 2024
@sagtanih sagtanih deleted the hitesh/deepseek-model-identifier-correct branch July 14, 2024 13:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants