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

adding deepseek-v2 and deepseek fine-tuned model trained on symbol graph context#63702

Merged
sagtanih merged 4 commits into
mainfrom
hitesh/deepseek-v2-experiments
Jul 9, 2024
Merged

adding deepseek-v2 and deepseek fine-tuned model trained on symbol graph context#63702
sagtanih merged 4 commits into
mainfrom
hitesh/deepseek-v2-experiments

Conversation

@sagtanih

@sagtanih sagtanih commented Jul 9, 2024

Copy link
Copy Markdown
Contributor

Context

  1. Adds support for deepseek-coder-v2 model and added fine-tuned on deepseek coder.

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 9, 2024
@sagtanih sagtanih requested review from a team, rafax and valerybugakov July 9, 2024 00:56

@valerybugakov valerybugakov left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LETGOOO

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.

4 participants