Skip to content

Commit d50ae12

Browse files
committed
model: add Llama 3.1 models
1 parent 8a2e22b commit d50ae12

File tree

5 files changed

+133
-115
lines changed

5 files changed

+133
-115
lines changed

app/client/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export interface ModelRecord {
5353
provider?: string;
5454
size?: string;
5555
quantization?: string;
56-
context_length?: string;
5756
family?: string;
5857
vram_required_MB?: number;
5958
buffer_size_required_bytes?: number;

0 commit comments

Comments
 (0)