Update ggml-decoder.cpp
This commit is contained in:
parent
4a57b37d4d
commit
98396b275a
|
|
@ -66,7 +66,6 @@ GgmlOvDecoder::GgmlOvDecoder(ggml_cgraph * cgraph,
|
|||
m_model_weights(model_weights),
|
||||
m_is_static(is_static) {
|
||||
if (auto * env = getenv("GGML_OPENVINO_PRINT_CGRAPH_TENSOR_ADDRESS"); env && std::string(env) != "0") {
|
||||
// unsetenv("GGML_OPENVINO_PRINT_CGRAPH_TENSOR_ADDRESS");
|
||||
#ifdef _WIN32
|
||||
_putenv_s("GGML_OPENVINO_PRINT_CGRAPH_TENSOR_ADDRESS", "");
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue