Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2203ad5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Sep 18, 2023
1 parent 39b8b17 commit a49cc7c
Show file tree
Hide file tree
Showing 115 changed files with 214 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 62bfe7efc6f2f06f839453ad2130ad76
config: bb614a6d61ae91b8796eaece05725354
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/generation.doctree
Binary file not shown.
Binary file modified .doctrees/guides/transformers.doctree
Binary file not shown.
Binary file modified .doctrees/installation.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.Generator.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.converters.Converter.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.converters.FairseqConverter.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.converters.MarianConverter.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.converters.OpusMTConverter.doctree
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.converters.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.get_log_level.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.models.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.set_log_level.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.Activation.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.EmbeddingsMerge.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.LanguageModelSpec.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.LayerSpec.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.ModelSpec.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.RotaryScalingType.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.TransformerSpec.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.WhisperSpec.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions _sources/generation.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ if output_ids:
If you `break` out of the loop, the generation will still run to completion in the background. To stop the generation early you should close the generator, for example using `step_results.close()`.
```

```{tip}
To implement a similar mechanism for batch generation, you can use the arguments `callback` and `include_prompt_in_result=False` in the method `generate_batch`. This is what `generate_tokens` use internally.
```{seealso}
The `callback` argument in the method `generate_batch` which can also be used to implement token streaming. This is what `generate_tokens` use internally.
```

```{seealso}
Expand Down
1 change: 1 addition & 0 deletions _sources/guides/transformers.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CTranslate2 supports selected models from Hugging Face's [Transformers](https://
* Pegasus
* T5
* Whisper
* XLM-RoBERTa

The converter takes as argument the pretrained model name or the path to a model directory:

Expand Down
3 changes: 2 additions & 1 deletion _sources/installation.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ Compiling the library requires a compiler supporting C++17 and CMake 3.15 or gre
mkdir build && cd build
cmake ..
make -j4
make install
sudo make install
sudo ldconfig
```

By default, the library is compiled with the [Intel MKL](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) backend which should be installed separately. See the {ref}`installation:build options` to select or add another backend.
Expand Down
1 change: 1 addition & 0 deletions _sources/python/ctranslate2.Generator.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Generator

**Methods:**

- :obj:`~ctranslate2.Generator.async_generate_tokens`
- :obj:`~ctranslate2.Generator.forward_batch`
- :obj:`~ctranslate2.Generator.generate_batch`
- :obj:`~ctranslate2.Generator.generate_iterable`
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '3.19.0',
VERSION: '3.20.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Model conversion &mdash; CTranslate2 3.19.0 documentation</title>
<title>Model conversion &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions decoding.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Decoding features &mdash; CTranslate2 3.19.0 documentation</title>
<title>Decoding features &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions encoding.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Text encoding &mdash; CTranslate2 3.19.0 documentation</title>
<title>Text encoding &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions environment_variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Environment variables &mdash; CTranslate2 3.19.0 documentation</title>
<title>Environment variables &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frequently asked questions &mdash; CTranslate2 3.19.0 documentation</title>
<title>Frequently asked questions &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
10 changes: 5 additions & 5 deletions generation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Text generation &mdash; CTranslate2 3.19.0 documentation</title>
<title>Text generation &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -182,9 +182,9 @@ <h2>Token streaming<a class="headerlink" href="#token-streaming" title="Permalin
<p class="admonition-title">Warning</p>
<p>If you <code class="docutils literal notranslate"><span class="pre">break</span></code> out of the loop, the generation will still run to completion in the background. To stop the generation early you should close the generator, for example using <code class="docutils literal notranslate"><span class="pre">step_results.close()</span></code>.</p>
</div>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>To implement a similar mechanism for batch generation, you can use the arguments <code class="docutils literal notranslate"><span class="pre">callback</span></code> and <code class="docutils literal notranslate"><span class="pre">include_prompt_in_result=False</span></code> in the method <code class="docutils literal notranslate"><span class="pre">generate_batch</span></code>. This is what <code class="docutils literal notranslate"><span class="pre">generate_tokens</span></code> use internally.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<p>The <code class="docutils literal notranslate"><span class="pre">callback</span></code> argument in the method <code class="docutils literal notranslate"><span class="pre">generate_batch</span></code> which can also be used to implement token streaming. This is what <code class="docutils literal notranslate"><span class="pre">generate_tokens</span></code> use internally.</p>
</div>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
Expand Down
6 changes: 4 additions & 2 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; CTranslate2 3.19.0 documentation</title>
<title>Index &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand All @@ -29,7 +29,7 @@
<a href="index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -189,6 +189,8 @@ <h2 id="A">A</h2>
<li><a href="python/ctranslate2.specs.EmbeddingsMerge.html#ctranslate2.specs.EmbeddingsMerge.ADD">ADD (ctranslate2.specs.EmbeddingsMerge attribute)</a>
</li>
<li><a href="python/ctranslate2.models.Whisper.html#ctranslate2.models.Whisper.align">align() (ctranslate2.models.Whisper method)</a>
</li>
<li><a href="python/ctranslate2.Generator.html#ctranslate2.Generator.async_generate_tokens">async_generate_tokens() (ctranslate2.Generator method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
Expand Down
4 changes: 2 additions & 2 deletions guides/fairseq.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fairseq &mdash; CTranslate2 3.19.0 documentation</title>
<title>Fairseq &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="../index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions guides/marian.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Marian &mdash; CTranslate2 3.19.0 documentation</title>
<title>Marian &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="../index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions guides/opennmt_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenNMT-py &mdash; CTranslate2 3.19.0 documentation</title>
<title>OpenNMT-py &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="../index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions guides/opennmt_tf.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenNMT-tf &mdash; CTranslate2 3.19.0 documentation</title>
<title>OpenNMT-tf &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="../index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions guides/opus_mt.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OPUS-MT &mdash; CTranslate2 3.19.0 documentation</title>
<title>OPUS-MT &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="../index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
5 changes: 3 additions & 2 deletions guides/transformers.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Transformers &mdash; CTranslate2 3.19.0 documentation</title>
<title>Transformers &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="../index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down Expand Up @@ -151,6 +151,7 @@ <h1>Transformers<a class="headerlink" href="#transformers" title="Permalink to t
<li><p>Pegasus</p></li>
<li><p>T5</p></li>
<li><p>Whisper</p></li>
<li><p>XLM-RoBERTa</p></li>
</ul>
<p>The converter takes as argument the pretrained model name or the path to a model directory:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>transformers<span class="o">[</span>torch<span class="o">]</span>
Expand Down
4 changes: 2 additions & 2 deletions hardware_support.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hardware support &mdash; CTranslate2 3.19.0 documentation</title>
<title>Hardware support &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; CTranslate2 3.19.0 documentation</title>
<title>Index &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand All @@ -31,7 +31,7 @@
<a href="#" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
7 changes: 4 additions & 3 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Installation &mdash; CTranslate2 3.19.0 documentation</title>
<title>Installation &mdash; CTranslate2 3.20.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -32,7 +32,7 @@
<a href="index.html" class="icon icon-home"> CTranslate2
</a>
<div class="version">
3.19
3.20
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -178,7 +178,8 @@ <h3>Compile the C++ library<a class="headerlink" href="#compile-the-c-library" t
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>mkdir<span class="w"> </span>build<span class="w"> </span><span class="o">&amp;&amp;</span><span class="w"> </span><span class="nb">cd</span><span class="w"> </span>build
cmake<span class="w"> </span>..
make<span class="w"> </span>-j4
make<span class="w"> </span>install
sudo<span class="w"> </span>make<span class="w"> </span>install
sudo<span class="w"> </span>ldconfig
</pre></div>
</div>
<p>By default, the library is compiled with the <a class="reference external" href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html">Intel MKL</a> backend which should be installed separately. See the <a class="reference internal" href="#build-options"><span class="std std-ref">Build options</span></a> to select or add another backend.</p>
Expand Down
Loading

0 comments on commit a49cc7c

Please sign in to comment.