mirror of
https://github.com/huggingface/kernels.git
synced 2025-10-20 12:33:46 +08:00
* Disable kernel mappings with `DISABLE_KERNEL_MAPPING=1` * Rename HF_KERNELS_CACHE to KERNELS_CACHE But still recognize the old variant for compatibility. * Add documentation for environment variables
239 B
239 B
Environment variables
KERNELS_CACHE
The directory to use as the local kernel cache. If not set, the cache
of the huggingface_hub
package is used.
DISABLE_KERNEL_MAPPING
Disables kernel mappings for layers
.