8000 Add Together Deepseek R1 inference config by wizeng23 · Pull Request #1289 · oumi-ai/oumi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add Together Deepseek R1 inference config #1289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions configs/recipes/deepseek_r1/inference/671b_together_infer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Class: oumi.core.configs.InferenceConfig
# https://github.com/oumi-ai/oumi/blob/main/src/oumi/core/configs/inference_config.py

# Inference config for Deepseek R1 671B.
# NOTE: Set the `TOGETHER_API_KEY` env var to your Together API key.
# Example command:
# oumi infer -i -c configs/recipes/deepseek_r1/inference/671b_together_infer.yaml

model:
model_name: "deepseek-ai/DeepSeek-R1"

generation:
max_new_tokens: 2048

engine: TOGETHER
0