studio(frontend): exportGGUF now takes quantization_method: string[]
Widen the API client signature to match the backend's new list-accepting contract. The serial-loop caller in export-page.tsx is broken by this commit on purpose — the next commit removes the loop and passes the full quantLevels array in one call.
This commit is contained in:
parent
92f22f66c0
commit
2cb2fa8a76
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ export async function exportBase(params: {
|
|||
|
||||
export async function exportGGUF(params: {
|
||||
save_directory: string;
|
||||
quantization_method: string;
|
||||
quantization_method: string[];
|
||||
push_to_hub?: boolean;
|
||||
repo_id?: string | null;
|
||||
hf_token?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue