mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:46:46 +08:00
removed debugging from load
This commit is contained in:
parent
18a1c335d0
commit
c432de8013
@ -34,7 +34,6 @@ void Load::eval(const std::vector<array>& inputs, array& out) {
|
|||||||
if (len_ == 0) {
|
if (len_ == 0) {
|
||||||
len_ = out.nbytes();
|
len_ = out.nbytes();
|
||||||
}
|
}
|
||||||
printf("Load::eval: offset= %ld len_ = %ld\n", offset_, len_);
|
|
||||||
out.set_data(allocator::malloc_or_wait(len_));
|
out.set_data(allocator::malloc_or_wait(len_));
|
||||||
|
|
||||||
reader_->seek(offset_, std::ios_base::beg);
|
reader_->seek(offset_, std::ios_base::beg);
|
||||||
|
Loading…
Reference in New Issue
Block a user