-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Llama 3.2 on macOS: "Metal contiguous affine I64 not implemented" #807
Comments
@ChristianWeyer, can you please run without |
Here we go @EricLBuehler : Error...2024-09-30T15:13:02.669854Z ERROR mistralrs_core::engine: prompt step - Model failed with error: WithBacktrace { inner: Msg("Metal contiguous affine I64 not implemented"), backtrace: Backtrace [{ fn: "std::backtrace_rs::backtrace::libunwind::trace", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/../../backtrace/src/backtrace/libunwind.rs", line: 116 }, { fn: "std::backtrace_rs::backtrace::trace_unsynchronized", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/../../backtrace/src/backtrace/mod.rs", line: 66 }, { fn: "std::backtrace::Backtrace::create", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/backtrace.rs", line: 331 }, { fn: "candle_core::error::Error::bt", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/error.rs", line: 266 }, { fn: "::affine", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/error.rs", line: 288 }, { fn: "candle_core::storage::Storage::affine", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/storage.rs", line: 87 }, { fn: "candle_core::tensor::Tensor::affine", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/tensor.rs", line: 781 }, { fn: "candle_core::tensor:: for f64>::sub", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/tensor.rs", line: 2630 }, { fn: "mistralrs_core::vision_models::mllama::vision::_prepare_aspect_ratio_attention_mask", file: "./mistralrs-core/src/vision_models/mllama/vision.rs", line: 356 }, { fn: "mistralrs_core::vision_models::mllama::vision::MLlamaVisionModel::forward", file: "./mistralrs-core/src/vision_models/mllama/vision.rs", line: 524 }, { fn: "mistralrs_core::vision_models::mllama::MLlamaModel::forward_inner", file: "./mistralrs-core/src/vision_models/mllama/mod.rs", line: 137 }, { fn: "::forward", file: "./mistralrs-core/src/vision_models/mllama/mod.rs", line: 213 }, { fn: "::forward_inputs", file: "./mistralrs-core/src/pipeline/vision.rs", line: 458 }, { fn: "mistralrs_core::pipeline::Pipeline::step::{{closure}}", file: "./mistralrs-core/src/pipeline/mod.rs", line: 344 }, { fn: " as core::future::future::Future>::poll", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs", line: 123 }, { fn: "mistralrs_core::engine::Engine::run::{{closure}}", file: "./mistralrs-core/src/engine/mod.rs", line: 241 }, { fn: "mistralrs_core::MistralRs::new::{{closure}}::{{closure}}", file: "./mistralrs-core/src/lib.rs", line: 339 }, { fn: " as core::future::future::Future>::poll", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs", line: 123 }, { fn: "tokio::runtime::park::CachedParkThread::block_on::{{closure}}", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs", line: 281 }, { fn: "tokio::runtime::coop::with_budget", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs", line: 107 }, { fn: "tokio::runtime::coop::budget", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs", line: 73 }, { fn: "tokio::runtime::park::CachedParkThread::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs", line: 281 }, { fn: "tokio::runtime::context::blocking::BlockingRegionGuard::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/blocking.rs", line: 66 }, { fn: "tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs", line: 87 }, { fn: "tokio::runtime::context::runtime::enter_runtime", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs", line: 65 }, { fn: "tokio::runtime::scheduler::multi_thread::MultiThread::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs", line: 86 }, { fn: "tokio::runtime::runtime::Runtime::block_on_inner", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs", line: 363 }, { fn: "tokio::runtime::runtime::Runtime::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs", line: 333 }, { fn: "mistralrs_core::MistralRs::new::{{closure}}", file: "./mistralrs-core/src/lib.rs", line: 327 }, { fn: "std::sys::backtrace::__rust_begin_short_backtrace", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs", line: 152 }, { fn: "std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs", line: 538 }, { fn: " as core::ops::function::FnOnce<()>>::call_once", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs", line: 272 }, { fn: "std::panicking::try::do_call", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs", line: 557 }, { fn: "___rust_try" }, { fn: "std::panicking::try", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs", line: 521 }, { fn: "std::panic::catch_unwind", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs", line: 350 }, { fn: "std::thread::Builder::spawn_unchecked_::{{closure}}", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs", line: 537 }, { fn: "core::ops::function::FnOnce::call_once{{vtable.shim}}", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs", line: 250 }, { fn: " as core::ops::function::FnOnce>::call_once", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs", line: 2070 }, { fn: " as core::ops::function::FnOnce>::call_once", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs", line: 2070 }, { fn: "std::sys::pal::unix::thread::Thread::new::thread_start", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/pal/unix/thread.rs", line: 108 }, { fn: "__pthread_deallocate" }] } 2024-09-30T15:13:07.330114Z ERROR mistralrs_core::engine: prompt step - Model failed with error: WithBacktrace { inner: Msg("Metal contiguous affine I64 not implemented"), backtrace: Backtrace [{ fn: "std::backtrace_rs::backtrace::libunwind::trace", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/../../backtrace/src/backtrace/libunwind.rs", line: 116 }, { fn: "std::backtrace_rs::backtrace::trace_unsynchronized", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/../../backtrace/src/backtrace/mod.rs", line: 66 }, { fn: "std::backtrace::Backtrace::create", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/backtrace.rs", line: 331 }, { fn: "candle_core::error::Error::bt", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/error.rs", line: 266 }, { fn: "::affine", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/error.rs", line: 288 }, { fn: "candle_core::storage::Storage::affine", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/storage.rs", line: 87 }, { fn: "candle_core::tensor::Tensor::affine", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/tensor.rs", line: 781 }, { fn: "candle_core::tensor:: for f64>::sub", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/tensor.rs", line: 2630 }, { fn: "mistralrs_core::vision_models::mllama::vision::_prepare_aspect_ratio_attention_mask", file: "./mistralrs-core/src/vision_models/mllama/vision.rs", line: 356 }, { fn: "mistralrs_core::vision_models::mllama::vision::MLlamaVisionModel::forward", file: "./mistralrs-core/src/vision_models/mllama/vision.rs", line: 524 }, { fn: "mistralrs_core::vision_models::mllama::MLlamaModel::forward_inner", file: "./mistralrs-core/src/vision_models/mllama/mod.rs", line: 137 }, { fn: "::forward", file: "./mistralrs-core/src/vision_models/mllama/mod.rs", line: 213 }, { fn: "::forward_inputs", file: "./mistralrs-core/src/pipeline/vision.rs", line: 458 }, { fn: "mistralrs_core::pipeline::Pipeline::step::{{closure}}", file: "./mistralrs-core/src/pipeline/mod.rs", line: 344 }, { fn: " as core::future::future::Future>::poll", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs", line: 123 }, { fn: "mistralrs_core::engine::Engine::run::{{closure}}", file: "./mistralrs-core/src/engine/mod.rs", line: 241 }, { fn: "mistralrs_core::MistralRs::new::{{closure}}::{{closure}}", file: "./mistralrs-core/src/lib.rs", line: 339 }, { fn: " as core::future::future::Future>::poll", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs", line: 123 }, { fn: "tokio::runtime::park::CachedParkThread::block_on::{{closure}}", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs", line: 281 }, { fn: "tokio::runtime::coop::with_budget", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs", line: 107 }, { fn: "tokio::runtime::coop::budget", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs", line: 73 }, { fn: "tokio::runtime::park::CachedParkThread::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs", line: 281 }, { fn: "tokio::runtime::context::blocking::BlockingRegionGuard::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/blocking.rs", line: 66 }, { fn: "tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs", line: 87 }, { fn: "tokio::runtime::context::runtime::enter_runtime", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs", line: 65 }, { fn: "tokio::runtime::scheduler::multi_thread::MultiThread::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs", line: 86 }, { fn: "tokio::runtime::runtime::Runtime::block_on_inner", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs", line: 363 }, { fn: "tokio::runtime::runtime::Runtime::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs", line: 333 }, { fn: "mistralrs_core::MistralRs::new::{{closure}}", file: "./mistralrs-core/src/lib.rs", line: 327 }, { fn: "std::sys::backtrace::__rust_begin_short_backtrace", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs", line: 152 }, { fn: "std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs", line: 538 }, { fn: " as core::ops::function::FnOnce<()>>::call_once", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs", line: 272 }, { fn: "std::panicking::try::do_call", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs", line: 557 }, { fn: "___rust_try" }, { fn: "std::panicking::try", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs", line: 521 }, { fn: "std::panic::catch_unwind", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs", line: 350 }, { fn: "std::thread::Builder::spawn_unchecked_::{{closure}}", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs", line: 537 }, { fn: "core::ops::function::FnOnce::call_once{{vtable.shim}}", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs", line: 250 }, { fn: " as core::ops::function::FnOnce>::call_once", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs", line: 2070 }, { fn: " as core::ops::function::FnOnce>::call_once", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs", line: 2070 }, { fn: "std::sys::pal::unix::thread::Thread::new::thread_start", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/pal/unix/thread.rs", line: 108 }, { fn: "__pthread_deallocate" }] } 2024-09-30T15:13:12.222865Z ERROR mistralrs_core::engine: prompt step - Model failed with error: WithBacktrace { inner: Msg("Metal contiguous affine I64 not implemented"), backtrace: Backtrace [{ fn: "std::backtrace_rs::backtrace::libunwind::trace", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/../../backtrace/src/backtrace/libunwind.rs", line: 116 }, { fn: "std::backtrace_rs::backtrace::trace_unsynchronized", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/../../backtrace/src/backtrace/mod.rs", line: 66 }, { fn: "std::backtrace::Backtrace::create", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/backtrace.rs", line: 331 }, { fn: "candle_core::error::Error::bt", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/error.rs", line: 266 }, { fn: "::affine", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/error.rs", line: 288 }, { fn: "candle_core::storage::Storage::affine", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/storage.rs", line: 87 }, { fn: "candle_core::tensor::Tensor::affine", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/tensor.rs", line: 781 }, { fn: "candle_core::tensor:: for f64>::sub", file: "/Users/christianweyer/.cargo/git/checkouts/candle-c6a149c3b35a488f/9c62368/candle-core/src/tensor.rs", line: 2630 }, { fn: "mistralrs_core::vision_models::mllama::vision::_prepare_aspect_ratio_attention_mask", file: "./mistralrs-core/src/vision_models/mllama/vision.rs", line: 356 }, { fn: "mistralrs_core::vision_models::mllama::vision::MLlamaVisionModel::forward", file: "./mistralrs-core/src/vision_models/mllama/vision.rs", line: 524 }, { fn: "mistralrs_core::vision_models::mllama::MLlamaModel::forward_inner", file: "./mistralrs-core/src/vision_models/mllama/mod.rs", line: 137 }, { fn: "::forward", file: "./mistralrs-core/src/vision_models/mllama/mod.rs", line: 213 }, { fn: "::forward_inputs", file: "./mistralrs-core/src/pipeline/vision.rs", line: 458 }, { fn: "mistralrs_core::pipeline::Pipeline::step::{{closure}}", file: "./mistralrs-core/src/pipeline/mod.rs", line: 344 }, { fn: " as core::future::future::Future>::poll", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs", line: 123 }, { fn: "mistralrs_core::engine::Engine::run::{{closure}}", file: "./mistralrs-core/src/engine/mod.rs", line: 241 }, { fn: "mistralrs_core::MistralRs::new::{{closure}}::{{closure}}", file: "./mistralrs-core/src/lib.rs", line: 339 }, { fn: " as core::future::future::Future>::poll", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs", line: 123 }, { fn: "tokio::runtime::park::CachedParkThread::block_on::{{closure}}", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs", line: 281 }, { fn: "tokio::runtime::coop::with_budget", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs", line: 107 }, { fn: "tokio::runtime::coop::budget", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs", line: 73 }, { fn: "tokio::runtime::park::CachedParkThread::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs", line: 281 }, { fn: "tokio::runtime::context::blocking::BlockingRegionGuard::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/blocking.rs", line: 66 }, { fn: "tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs", line: 87 }, { fn: "tokio::runtime::context::runtime::enter_runtime", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs", line: 65 }, { fn: "tokio::runtime::scheduler::multi_thread::MultiThread::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs", line: 86 }, { fn: "tokio::runtime::runtime::Runtime::block_on_inner", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs", line: 363 }, { fn: "tokio::runtime::runtime::Runtime::block_on", file: "/Users/christianweyer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs", line: 333 }, { fn: "mistralrs_core::MistralRs::new::{{closure}}", file: "./mistralrs-core/src/lib.rs", line: 327 }, { fn: "std::sys::backtrace::__rust_begin_short_backtrace", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs", line: 152 }, { fn: "std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs", line: 538 }, { fn: " as core::ops::function::FnOnce<()>>::call_once", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs", line: 272 }, { fn: "std::panicking::try::do_call", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs", line: 557 }, { fn: "___rust_try" }, { fn: "std::panicking::try", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs", line: 521 }, { fn: "std::panic::catch_unwind", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs", line: 350 }, { fn: "std::thread::Builder::spawn_unchecked_::{{closure}}", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs", line: 537 }, { fn: "core::ops::function::FnOnce::call_once{{vtable.shim}}", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs", line: 250 }, { fn: " as core::ops::function::FnOnce>::call_once", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs", line: 2070 }, { fn: " as core::ops::function::FnOnce>::call_once", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs", line: 2070 }, { fn: "std::sys::pal::unix::thread::Thread::new::thread_start", file: "/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/pal/unix/thread.rs", line: 108 }, { fn: "__pthread_deallocate" }] } |
@ChristianWeyer thanks for the info! The error comes from this line:
I'll add a fix! |
@ChristianWeyer I just merged #811 which should fix this, can you please confirm? |
New error @EricLBuehler:
|
@ChristianWeyer I just merged #812 which should fix that issue, can you please confirm if it runs now? |
Nope @EricLBuehler:
|
@ChristianWeyer #814 should fix that one :) |
Now, I do not see any logs in the terminal for the request. The call takes 42 seconds and returns:
|
Describe the bug
Running Llama 3.2 on my MacBook Pro M3 Max (128GB) - with
Posting an image with
Gives this error:
ERROR mistralrs_core::engine: prompt step - Model failed with error: Msg("Metal contiguous affine I64 not implemented")
Latest commit or version
ce02618
@EricLBuehler
The text was updated successfully, but these errors were encountered: