We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f730638 + 3643310 commit 3983afaCopy full SHA for 3983afa
scripts/cleanup-old-packages.py
@@ -18,7 +18,7 @@
18
19
QUOTAS = {
20
# lets try keeping at least 1Gb free. Total quota is 3Gb
21
- "dppy/dpctl": 512 * 1024 * 1024,
+ "dppy/dpctl": (512 + 128) * 1024 * 1024,
22
"dppy/dpnp": (512 - 128) * 1024 * 1024,
23
"dppy/numba-dpex": 256 * 1024 * 1024,
24
"dppy/numba-mlir": 512 * 1024 * 1024,
0 commit comments