mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 19:47:12 +00:00
Expliciting how to enable cuda.
This commit is contained in:
@ -9,7 +9,7 @@ pub struct CudaStorage;
|
||||
|
||||
macro_rules! fail {
|
||||
() => {
|
||||
unimplemented!("cuda support has not been enabled")
|
||||
unimplemented!("cuda support has not been enabled, add `cuda` feature to enable.")
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user