Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1e37b52 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Nov 9, 2023
1 parent a49cc7c commit 6eebb41
Show file tree
Hide file tree
Showing 97 changed files with 879 additions and 174 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: bb614a6d61ae91b8796eaece05725354
config: d65cc165583ab911a77edfd4d8ec7ab6
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.models.Whisper.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.models.doctree
Binary file not shown.
Binary file modified .doctrees/python/ctranslate2.specs.LanguageModelSpec.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
22 changes: 22 additions & 0 deletions _sources/python/ctranslate2.models.Wav2Vec2.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Wav2Vec2
========

.. autoclass:: ctranslate2.models.Wav2Vec2
:members:
:undoc-members:
:inherited-members:

**Inherits from:** :class:`pybind11_builtins.pybind11_object`

**Attributes:**

- :obj:`~ctranslate2.models.Wav2Vec2.compute_type`
- :obj:`~ctranslate2.models.Wav2Vec2.device`
- :obj:`~ctranslate2.models.Wav2Vec2.device_index`
- :obj:`~ctranslate2.models.Wav2Vec2.num_active_batches`
- :obj:`~ctranslate2.models.Wav2Vec2.num_queued_batches`
- :obj:`~ctranslate2.models.Wav2Vec2.num_workers`

**Methods:**

- :obj:`~ctranslate2.models.Wav2Vec2.encode`
2 changes: 2 additions & 0 deletions _sources/python/ctranslate2.models.Whisper.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Whisper
- :obj:`~ctranslate2.models.Whisper.device`
- :obj:`~ctranslate2.models.Whisper.device_index`
- :obj:`~ctranslate2.models.Whisper.is_multilingual`
- :obj:`~ctranslate2.models.Whisper.n_mels`
- :obj:`~ctranslate2.models.Whisper.num_active_batches`
- :obj:`~ctranslate2.models.Whisper.num_languages`
- :obj:`~ctranslate2.models.Whisper.num_queued_batches`
- :obj:`~ctranslate2.models.Whisper.num_workers`

Expand Down
1 change: 1 addition & 0 deletions _sources/python/ctranslate2.models.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ctranslate2.models

.. toctree::

ctranslate2.models.Wav2Vec2
ctranslate2.models.Whisper
ctranslate2.models.WhisperGenerationResult
ctranslate2.models.WhisperGenerationResultAsync
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ LanguageModelSpec

- :class:`ctranslate2.specs.TransformerDecoderModelSpec`
- :class:`ctranslate2.specs.TransformerEncoderModelSpec`
- :class:`ctranslate2.specs.Wav2Vec2Spec`
- :class:`ctranslate2.specs.WhisperSpec`

**Attributes:**
Expand Down
26 changes: 26 additions & 0 deletions _sources/python/ctranslate2.specs.Wav2Vec2Spec.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Wav2Vec2Spec
============

.. autoclass:: ctranslate2.specs.Wav2Vec2Spec
:members:
:undoc-members:
:inherited-members:

**Inherits from:** :class:`ctranslate2.specs.LanguageModelSpec`

**Attributes:**

- :obj:`~ctranslate2.specs.Wav2Vec2Spec.config`
- :obj:`~ctranslate2.specs.Wav2Vec2Spec.name`
- :obj:`~ctranslate2.specs.Wav2Vec2Spec.revision`

**Methods:**

- :obj:`~ctranslate2.specs.Wav2Vec2Spec.get_default_config`
- :obj:`~ctranslate2.specs.Wav2Vec2Spec.get_vocabulary_size`
- :obj:`~ctranslate2.specs.Wav2Vec2Spec.optimize`
- :obj:`~ctranslate2.specs.Wav2Vec2Spec.register_file`
- :obj:`~ctranslate2.specs.Wav2Vec2Spec.register_vocabulary`
- :obj:`~ctranslate2.specs.Wav2Vec2Spec.save`
- :obj:`~ctranslate2.specs.Wav2Vec2Spec.validate`
- :obj:`~ctranslate2.specs.Wav2Vec2Spec.variables`
1 change: 1 addition & 0 deletions _sources/python/ctranslate2.specs.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ ctranslate2.specs
ctranslate2.specs.TransformerEncoderModelSpec
ctranslate2.specs.TransformerEncoderSpec
ctranslate2.specs.TransformerSpec
ctranslate2.specs.Wav2Vec2Spec
ctranslate2.specs.WhisperSpec
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.20.0',
VERSION: '3.21.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.20.0 documentation</title>
<title>Model conversion &mdash; CTranslate2 3.21.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.20
3.21
</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.20.0 documentation</title>
<title>Decoding features &mdash; CTranslate2 3.21.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.20
3.21
</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.20.0 documentation</title>
<title>Text encoding &mdash; CTranslate2 3.21.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.20
3.21
</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.20.0 documentation</title>
<title>Environment variables &mdash; CTranslate2 3.21.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.20
3.21
</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.20.0 documentation</title>
<title>Frequently asked questions &mdash; CTranslate2 3.21.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.20
3.21
</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 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.20.0 documentation</title>
<title>Text generation &mdash; CTranslate2 3.21.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.20
3.21
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
Loading

0 comments on commit 6eebb41

Please sign in to comment.