Skip to content

Commit

Permalink
model: add Llama 3.1 models
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Jul 24, 2024
1 parent 8a2e22b commit d50ae12
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 115 deletions.
1 change: 0 additions & 1 deletion app/client/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export interface ModelRecord {
provider?: string;
size?: string;
quantization?: string;
context_length?: string;
family?: string;
vram_required_MB?: number;
buffer_size_required_bytes?: number;
Expand Down
Loading

0 comments on commit d50ae12

Please sign in to comment.