Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Nov 13, 2024
1 parent 1b0b4b1 commit cb05a16
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/config/omni-redirector-pkgforge-dev.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ const DOMAIN_CONFIG = new Map([
defaultTarget: BINCACHE_DEFAULT,
pathMappings: new Map([
['aarch64', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/aarch64-Linux'],
['aarch64-linux', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/aarch64-Linux'],
['aarch64-Linux', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/aarch64-Linux'],
['arm64_linux', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/aarch64-Linux'],
['arm64_Linux', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/aarch64-Linux'],
['x86_64', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/x86_64-Linux'],
['x86_64-linux', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/x86_64-Linux'],
['x86_64-Linux', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/x86_64-Linux'],
['amd64_linux', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/x86_64-Linux']
['amd64_linux', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/x86_64-Linux'],
['amd64_Linux', 'https://huggingface.co/datasets/pkgforge/bincache/resolve/main/x86_64-Linux']
])
}
],
Expand All @@ -25,11 +29,15 @@ const DOMAIN_CONFIG = new Map([
defaultTarget: PKGCACHE_DEFAULT,
pathMappings: new Map([
['aarch64', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/aarch64-Linux'],
['aarch64-linux', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/aarch64-Linux'],
['aarch64-Linux', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/aarch64-Linux'],
['arm64_linux', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/aarch64-Linux'],
['arm64_Linux', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/aarch64-Linux'],
['x86_64', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/x86_64-Linux'],
['x86_64-linux', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/x86_64-Linux'],
['x86_64-Linux', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/x86_64-Linux'],
['amd64_linux', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/x86_64-Linux']
['amd64_linux', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/x86_64-Linux'],
['amd64_Linux', 'https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/x86_64-Linux']
])
}
],
Expand Down

0 comments on commit cb05a16

Please sign in to comment.