mirror of
https://github.com/huggingface/kernels.git
synced 2025-10-20 21:10:02 +08:00
Revert "hf-kernels -> kernels"
This reverts commit 386c2a104ef4c251912e63bfcdbfaa588dc09605.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import pytest
|
||||
import torch
|
||||
from kernels import get_kernel
|
||||
from hf_kernels import get_kernel
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
@ -1,6 +1,6 @@
|
||||
import pytest
|
||||
import torch
|
||||
from kernels import get_kernel
|
||||
from hf_kernels import get_kernel
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user