causal-conv1d 1.5.0.post5__tar.gz → 1.5.0.post8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/PKG-INFO +1 -1
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d/__init__.py +1 -1
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d.egg-info/PKG-INFO +1 -1
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/setup.py +2 -2
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/AUTHORS +0 -0
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/LICENSE +0 -0
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/README.md +0 -0
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d/causal_conv1d_interface.py +0 -0
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d/causal_conv1d_varlen.py +0 -0
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d.egg-info/SOURCES.txt +0 -0
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d.egg-info/dependency_links.txt +0 -0
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d.egg-info/requires.txt +0 -0
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d.egg-info/top_level.txt +0 -0
- {causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/setup.cfg +0 -0
@@ -267,9 +267,9 @@ def get_wheel_url():
|
|
267
267
|
# We're using the CUDA version used to build torch, not the one currently installed
|
268
268
|
# _, cuda_version_raw = get_cuda_bare_metal_version(CUDA_HOME)
|
269
269
|
torch_cuda_version = parse(torch.version.cuda)
|
270
|
-
# For CUDA 11, we only compile for CUDA 11.8, and for CUDA 12 we only compile for CUDA 12.
|
270
|
+
# For CUDA 11, we only compile for CUDA 11.8, and for CUDA 12 we only compile for CUDA 12.3
|
271
271
|
# to save CI time. Minor versions should be compatible.
|
272
|
-
torch_cuda_version = parse("11.8") if torch_cuda_version.major == 11 else parse("12.
|
272
|
+
torch_cuda_version = parse("11.8") if torch_cuda_version.major == 11 else parse("12.3")
|
273
273
|
cuda_version = f"{torch_cuda_version.major}"
|
274
274
|
|
275
275
|
gpu_compute_version = hip_version if HIP_BUILD else cuda_version
|
File without changes
|
File without changes
|
File without changes
|
{causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d/causal_conv1d_interface.py
RENAMED
File without changes
|
{causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d/causal_conv1d_varlen.py
RENAMED
File without changes
|
File without changes
|
{causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
{causal_conv1d-1.5.0.post5 → causal_conv1d-1.5.0.post8}/causal_conv1d.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|