modelfusion 0.73.0 → 0.73.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,9 +4,9 @@ exports.chat = exports.instruction = void 0;
4
4
  const validateChatPrompt_js_1 = require("./validateChatPrompt.cjs");
5
5
  // see https://github.com/facebookresearch/llama/blob/6c7fe276574e78057f917549435a2554000a876d/llama/generation.py#L44
6
6
  const BEGIN_SEGMENT = "<s>";
7
- const END_SEGMENT = "</s>\n";
7
+ const END_SEGMENT = "</s>";
8
8
  const BEGIN_INSTRUCTION = "[INST]";
9
- const END_INSTRUCTION = "[/INST]\n";
9
+ const END_INSTRUCTION = "[/INST]";
10
10
  const BEGIN_SYSTEM = "<<SYS>>\n";
11
11
  const END_SYSTEM = "\n<</SYS>>\n\n";
12
12
  /**
@@ -1,9 +1,9 @@
1
1
  import { validateChatPrompt } from "./validateChatPrompt.js";
2
2
  // see https://github.com/facebookresearch/llama/blob/6c7fe276574e78057f917549435a2554000a876d/llama/generation.py#L44
3
3
  const BEGIN_SEGMENT = "<s>";
4
- const END_SEGMENT = "</s>\n";
4
+ const END_SEGMENT = "</s>";
5
5
  const BEGIN_INSTRUCTION = "[INST]";
6
- const END_INSTRUCTION = "[/INST]\n";
6
+ const END_INSTRUCTION = "[/INST]";
7
7
  const BEGIN_SYSTEM = "<<SYS>>\n";
8
8
  const END_SYSTEM = "\n<</SYS>>\n\n";
9
9
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modelfusion",
3
3
  "description": "The TypeScript library for building multi-modal AI applications.",
4
- "version": "0.73.0",
4
+ "version": "0.73.1",
5
5
  "author": "Lars Grammel",
6
6
  "license": "MIT",
7
7
  "keywords": [