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

Commit 7758994

Browse files
authored
Update 06-integrate.html (#30)
absolute url missing and incorrect full path resulted in 404
1 parent c236b08 commit 7758994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sparsify/source/userguide/06-integrate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h1>
247247
</p>
248248
<p>
249249
During integration, you will generate a configuration (yml) file and integrate code into your training. This minimizes the work needed for you to train. The configuration file includes descriptions (“modifiers”) of how the model will be modified during training. These modifiers correspond to modifiers in the
250-
<a class="reference external" href="github.com/neuralmagic/sparseml/">
250+
<a class="reference external" href="https://github.com/neuralmagic/sparseml/">
251251
SparseML code base
252252
</a>
253253
. You can integrate the configuration file with your existing training platform and do not need to rewrite any part of your platform for optimization.
@@ -369,4 +369,4 @@ <h1>
369369
ga('send', 'pageview');
370370
</script>
371371
</body>
372-
</html>
372+
</html>

0 commit comments

Comments
 (0)