Skip to content

Commit

Permalink
Match URL constant value to compiled requirements (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered authored Feb 9, 2025
1 parent a880481 commit 43a118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ export enum DownloadStatus {
CANCELLED = 'cancelled',
}

export const CUDA_TORCH_URL = 'https://download.pytorch.org/whl/cu124';
export const CUDA_TORCH_URL = 'https://download.pytorch.org/whl/cu126';
export const NIGHTLY_CPU_TORCH_URL = 'https://download.pytorch.org/whl/nightly/cpu';
export const DEFAULT_PYPI_INDEX_URL = 'https://pypi.org/simple/';

0 comments on commit 43a118d

Please sign in to comment.