Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 2.5x faster model generation (and 2.5x lower model costs) #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/api/vicuna13b/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export async function POST(request: Request) {
// Call Replicate for inference
const model = new Replicate({
model:
"replicate/vicuna-13b:6282abe6a492de4145d7bb601023762212f9ddbbe78278bd6771c8b3b2f2a13b",
"moinnadeem/fastervicuna_13b:3a6afcc1c17c0384a559d6238b0fcac2483589aa689cee6abec98b1ddc648578",
input: {
max_length: 2048,
},
Expand Down