Revert "hf-kernels -> kernels"

This reverts commit 386c2a104ef4c251912e63bfcdbfaa588dc09605.
This commit is contained in:
Lysandre
2025-02-25 15:06:35 +01:00
parent 386c2a104e
commit bd166b348a
15 changed files with 45 additions and 45 deletions

View File

@ -1,6 +1,6 @@
import pytest
import torch
from kernels import get_kernel
from hf_kernels import get_kernel
@pytest.fixture

View File

@ -1,6 +1,6 @@
import pytest
import torch
from kernels import get_kernel
from hf_kernels import get_kernel
@pytest.fixture

View File

@ -1,7 +1,7 @@
from dataclasses import dataclass
from pathlib import Path
from kernels.cli import download_kernels
from hf_kernels.cli import download_kernels
# Mock download arguments class.