mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 11:56:45 +00:00
Move the test-utils bits to a shared place. (#619)
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
mod test_utils;
|
||||
use anyhow::Result;
|
||||
use candle_core::{Device, Tensor};
|
||||
use candle_core::{test_device, test_utils, Device, Tensor};
|
||||
|
||||
/* This test is based on the following script.
|
||||
import torch
|
||||
|
Reference in New Issue
Block a user