-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
4,596 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84 changes: 84 additions & 0 deletions
84
...tests/models/__snapshots__/test_flash_llama_gptq_marlin/test_flash_llama_gptq_marlin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"details": { | ||
"best_of_sequences": null, | ||
"finish_reason": "length", | ||
"generated_tokens": 10, | ||
"prefill": [ | ||
{ | ||
"id": 2323, | ||
"logprob": null, | ||
"text": "Test" | ||
}, | ||
{ | ||
"id": 1715, | ||
"logprob": -11.75, | ||
"text": " request" | ||
} | ||
], | ||
"seed": null, | ||
"tokens": [ | ||
{ | ||
"id": 311, | ||
"logprob": -2.8261719, | ||
"special": false, | ||
"text": " to" | ||
}, | ||
{ | ||
"id": 279, | ||
"logprob": -2.0507812, | ||
"special": false, | ||
"text": " the" | ||
}, | ||
{ | ||
"id": 3622, | ||
"logprob": -2.2832031, | ||
"special": false, | ||
"text": " server" | ||
}, | ||
{ | ||
"id": 13, | ||
"logprob": -1.7314453, | ||
"special": false, | ||
"text": "." | ||
}, | ||
{ | ||
"id": 578, | ||
"logprob": -1.5800781, | ||
"special": false, | ||
"text": " The" | ||
}, | ||
{ | ||
"id": 1715, | ||
"logprob": -1.3330078, | ||
"special": false, | ||
"text": " request" | ||
}, | ||
{ | ||
"id": 374, | ||
"logprob": -1.4277344, | ||
"special": false, | ||
"text": " is" | ||
}, | ||
{ | ||
"id": 3288, | ||
"logprob": -1.8115234, | ||
"special": false, | ||
"text": " sent" | ||
}, | ||
{ | ||
"id": 311, | ||
"logprob": -1.1923828, | ||
"special": false, | ||
"text": " to" | ||
}, | ||
{ | ||
"id": 279, | ||
"logprob": -0.06713867, | ||
"special": false, | ||
"text": " the" | ||
} | ||
], | ||
"top_tokens": null | ||
}, | ||
"generated_text": " to the server. The request is sent to the" | ||
} |
84 changes: 84 additions & 0 deletions
84
...s/__snapshots__/test_flash_llama_gptq_marlin/test_flash_llama_gptq_marlin_all_params.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"details": { | ||
"best_of_sequences": null, | ||
"finish_reason": "length", | ||
"generated_tokens": 10, | ||
"prefill": [ | ||
{ | ||
"id": 2323, | ||
"logprob": null, | ||
"text": "Test" | ||
}, | ||
{ | ||
"id": 1715, | ||
"logprob": -11.75, | ||
"text": " request" | ||
} | ||
], | ||
"seed": 0, | ||
"tokens": [ | ||
{ | ||
"id": 13, | ||
"logprob": -2.2363281, | ||
"special": false, | ||
"text": "." | ||
}, | ||
{ | ||
"id": 578, | ||
"logprob": -0.10021973, | ||
"special": false, | ||
"text": " The" | ||
}, | ||
{ | ||
"id": 3016, | ||
"logprob": -1.6083984, | ||
"special": false, | ||
"text": " client" | ||
}, | ||
{ | ||
"id": 649, | ||
"logprob": -0.95751953, | ||
"special": false, | ||
"text": " can" | ||
}, | ||
{ | ||
"id": 1005, | ||
"logprob": -0.6298828, | ||
"special": false, | ||
"text": " use" | ||
}, | ||
{ | ||
"id": 279, | ||
"logprob": 0.0, | ||
"special": false, | ||
"text": " the" | ||
}, | ||
{ | ||
"id": 1595, | ||
"logprob": -0.17492676, | ||
"special": false, | ||
"text": " `" | ||
}, | ||
{ | ||
"id": 2079, | ||
"logprob": -0.27368164, | ||
"special": false, | ||
"text": "request" | ||
}, | ||
{ | ||
"id": 63, | ||
"logprob": 0.0, | ||
"special": false, | ||
"text": "`" | ||
}, | ||
{ | ||
"id": 1665, | ||
"logprob": 0.0, | ||
"special": false, | ||
"text": " object" | ||
} | ||
], | ||
"top_tokens": null | ||
}, | ||
"generated_text": "Test request. The client can use the `request` object" | ||
} |
Oops, something went wrong.