This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit 6bbc147
A temporary workaround to make Anthropic FIM working with Continue
We need to run the normalizer and denormalizer even if there is nothing
in the output pipeline for Anthropic because it uses a special format
for messages. However, we can't run the pipeline for all providers
because we are missing a normalizer/denormalizer for llama.cpp. We need
to add that, but let's add a temporary hack to get FIM with Anthropic
working.
Co-authored-by: Pankaj Telang <pankaj@stacklok.com>
Co-authored-by: Alejandro Ponce <aponcedeleonch@stacklok.com>1 parent 768ae40 commit 6bbc147
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments