Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit c236b08

Browse files
authored
Update example-log.html (#31)
md file referenced when it should have been an html file
1 parent a44be63 commit c236b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deepsparse/debugging-optimizing/example-log.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
limitations under the License.
207207
--><div class="section" id="example-log-verbose-level-diagnose">
208208
<h1>Example Log, Verbose Level = diagnose<a class="headerlink" href="#example-log-verbose-level-diagnose" title="Permalink to this headline"></a></h1>
209-
<p>The following is an example log with <code class="docutils literal notranslate"><span class="pre">NM_LOGGING_LEVEL=diagnose</span></code> running a super_resolution network, where we only support running 70% of it. Different portions of the log are explained in <a class="reference external" href="./diagnostics-debugging.md#parsing-an-example-log">Parsing an Example Log</a>.</p>
209+
<p>The following is an example log with <code class="docutils literal notranslate"><span class="pre">NM_LOGGING_LEVEL=diagnose</span></code> running a super_resolution network, where we only support running 70% of it. Different portions of the log are explained in <a class="reference external" href="./diagnostics-debugging.html#parsing-an-example-log">Parsing an Example Log</a>.</p>
210210
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>onnx_filename : test-models/cv-resolution/super_resolution/none-bsd300-onnx-repo/model.onnx
211211
<span class="o">[</span> INFO neuralmagic.py: <span class="m">112</span> - neuralmagic_create<span class="o">()</span> <span class="o">]</span> Construct network from <span class="nv">ONNX</span> <span class="o">=</span> test-models/cv-resolution/super_resolution/none-bsd300-onnx-repo/model.onnx
212212
NeuralMagic WAND version: <span class="m">1</span>.0.0.96ce2f6cb23b8ab377012ed9ef38d3da3b9f5313 <span class="o">(</span>optimized<span class="o">)</span> <span class="o">(</span><span class="nv">system</span><span class="o">=</span>avx512, <span class="nv">binary</span><span class="o">=</span>avx512<span class="o">)</span>
@@ -376,4 +376,4 @@ <h1>Example Log, Verbose Level = diagnose<a class="headerlink" href="#example-lo
376376

377377

378378
</body>
379-
</html>
379+
</html>

0 commit comments

Comments
 (0)