We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf55bf commit ee91c9fCopy full SHA for ee91c9f
test/modelDependent/llama3.1/tokenPredictor.test.ts
@@ -6,7 +6,7 @@ import {compareTokens} from "../../../src/utils/compareTokens.js";
6
7
describe("llama 3.1", () => {
8
describe("token predictor", () => {
9
- test("DraftModelTokenPredictor", {timeout: 1000 * 60 * 60 * 2}, async () => {
+ test("DraftModelTokenPredictor", {retry: 4, timeout: 1000 * 60 * 60 * 2}, async () => {
10
const modelPath = await getModelFile("Meta-Llama-3.1-8B-Instruct.Q4_K_M.gguf");
11
const llama = await getTestLlama();
12
0 commit comments