mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Rename the candle crate to candle-core (#301)
* Rename to candle-core. * More candle-core renaming.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#![allow(dead_code)]
|
||||
|
||||
use candle::{Result, Tensor};
|
||||
use candle_core::{Result, Tensor};
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! test_device {
|
||||
|
Reference in New Issue
Block a user