Skip to content

Commit

Permalink
Deployed ffe489d to main with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 14, 2024
1 parent a0d0747 commit 72bab2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/reference/core/data/dataloaders/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2759,7 +2759,7 @@ <h3 id="eva.data.DataLoader.batch_sampler" class="doc doc-heading">


<h3 id="eva.data.DataLoader.num_workers" class="doc doc-heading">
<code class="doc-symbol doc-symbol-heading doc-symbol-attribute"></code> <code class="highlight language-python"><span class="n">num_workers</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="n">multiprocessing</span><span class="o">.</span><span class="n">cpu_count</span><span class="p">()</span></code>
<code class="doc-symbol doc-symbol-heading doc-symbol-attribute"></code> <code class="highlight language-python"><span class="n">num_workers</span><span class="p">:</span> <span class="nb">int</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
Expand Down
2 changes: 1 addition & 1 deletion main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified main/sitemap.xml.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions main/user-guide/getting-started/how_to_use/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2760,6 +2760,11 @@ <h3 id="environment-variables">Environment variables</h3>
<td><code>str</code></td>
<td>Determines at which rate (in number of batches) the progress bars get updated. Set it to 0 to disable the progress bar.</td>
</tr>
<tr>
<td><code>N_DATA_WORKERS</code></td>
<td><code>str</code></td>
<td>How many subprocesses to use for the torch dataloaders. Set to <code>null</code> to use the number of cpu cores.</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 72bab2d

Please sign in to comment.