Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Configuração do Modelo DeepSeek-R1:8b / DeepSeek-R1:8b Model Configuration

This document provides instructions for configuring the DeepSeek-R1:8b model.

1. Create the deepseek-r18b file

Português:

Crie um arquivo chamado deepseek-r18b com o seguinte conteúdo:

FROM deepseek-r1:8b
PARAMETER num_ctx 32768

English:

Create a file named deepseek-r18b with the following content:

FROM deepseek-r1:8b
PARAMETER num_ctx 32768

2. Model Configuration

Português:

Execute o seguinte comando para configurar o modelo:

ollama create -f deepseek-r18b deepseek-r1-new:8b

Custom Instructions

2/ Then they use Plan mode to:

  • Map dependencies
  • Identify potential edge cases
  • Create hypothesis.md with [x][] format
  • Generate minimal test cases

"Ask it to create test files that ONLY figure out one issue with minimal logs. You can only output 200 lines to analyze."

English:

Execute the following command to configure the model:

ollama create -f deepseek-r18b deepseek-r1-new:8b

Custom Instructions

2/ Then they use Plan mode to:

  • Map dependencies
  • Identify potential edge cases
  • Create hypothesis.md with [x][] format
  • Generate minimal test cases

"Ask it to create test files that ONLY figure out one issue with minimal logs. You can only output 200 lines to analyze."

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors