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

Commit ea3ff6a

Browse files
authored
Merge pull request #72 from Not-Diamond/dependabot/pip/transformers-4.48.0
Bump transformers from 4.46.3 to 4.48.0
2 parents 4d300c7 + 98f2a07 commit ea3ff6a

60 files changed

Lines changed: 12338 additions & 6053 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist/
77
!dist/.gitkeep
88
/dist
99
.vscode/
10+
venv/

docs/_build/html/_modules/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
99

10-
10+
1111
<!--[if lt IE 9]>
1212
<script src="../_static/js/html5shiv.min.js"></script>
1313
<![endif]-->
14-
14+
1515
<script src="../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
1717
<script src="../_static/documentation_options.js?v=fd657331"></script>
1818
<script src="../_static/doctools.js?v=9a2dae69"></script>
1919
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../_static/js/theme.js"></script>
21-
<link rel="search" title="Search" href="../search.html" />
21+
<link rel="search" title="Search" href="../search.html" />
2222
</head>
2323

24-
<body class="wy-body-for-nav">
24+
<body class="wy-body-for-nav">
2525
<div class="wy-grid-for-nav">
2626
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
2727
<div class="wy-side-scroll">
2828
<div class="wy-side-nav-search" >
2929

30-
31-
30+
31+
3232
<a href="../index.html" class="icon icon-home">
3333
NotDiamond
3434
</a>
@@ -71,7 +71,7 @@
7171
</div>
7272
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
7373
<div itemprop="articleBody">
74-
74+
7575
<h1>All modules for which code is available</h1>
7676
<ul><li><a href="notdiamond/_init.html">notdiamond._init</a></li>
7777
<li><a href="notdiamond/exceptions.html">notdiamond.exceptions</a></li>
@@ -104,7 +104,7 @@ <h1>All modules for which code is available</h1>
104104
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
105105
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
106106
provided by <a href="https://readthedocs.org">Read the Docs</a>.
107-
107+
108108

109109
</footer>
110110
</div>
@@ -115,7 +115,7 @@ <h1>All modules for which code is available</h1>
115115
jQuery(function () {
116116
SphinxRtdTheme.Navigation.enable(true);
117117
});
118-
</script>
118+
</script>
119119

120120
</body>
121-
</html>
121+
</html>

docs/_build/html/_modules/notdiamond/_init.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
99

10-
10+
1111
<!--[if lt IE 9]>
1212
<script src="../../_static/js/html5shiv.min.js"></script>
1313
<![endif]-->
14-
14+
1515
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
1717
<script src="../../_static/documentation_options.js?v=fd657331"></script>
1818
<script src="../../_static/doctools.js?v=9a2dae69"></script>
1919
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../_static/js/theme.js"></script>
21-
<link rel="search" title="Search" href="../../search.html" />
21+
<link rel="search" title="Search" href="../../search.html" />
2222
</head>
2323

24-
<body class="wy-body-for-nav">
24+
<body class="wy-body-for-nav">
2525
<div class="wy-grid-for-nav">
2626
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
2727
<div class="wy-side-scroll">
2828
<div class="wy-side-nav-search" >
2929

30-
31-
30+
31+
3232
<a href="../../index.html" class="icon icon-home">
3333
NotDiamond
3434
</a>
@@ -72,7 +72,7 @@
7272
</div>
7373
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
7474
<div itemprop="articleBody">
75-
75+
7676
<h1>Source code for notdiamond._init</h1><div class="highlight"><pre>
7777
<span></span><span class="kn">import</span> <span class="nn">os</span>
7878
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Dict</span><span class="p">,</span> <span class="n">List</span><span class="p">,</span> <span class="n">Union</span>
@@ -240,7 +240,7 @@ <h1>Source code for notdiamond._init</h1><div class="highlight"><pre>
240240
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
241241
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
242242
provided by <a href="https://readthedocs.org">Read the Docs</a>.
243-
243+
244244

245245
</footer>
246246
</div>
@@ -251,7 +251,7 @@ <h1>Source code for notdiamond._init</h1><div class="highlight"><pre>
251251
jQuery(function () {
252252
SphinxRtdTheme.Navigation.enable(true);
253253
});
254-
</script>
254+
</script>
255255

256256
</body>
257-
</html>
257+
</html>

docs/_build/html/_modules/notdiamond/callbacks.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
99

10-
10+
1111
<!--[if lt IE 9]>
1212
<script src="../../_static/js/html5shiv.min.js"></script>
1313
<![endif]-->
14-
14+
1515
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
1717
<script src="../../_static/documentation_options.js?v=6352e504"></script>
1818
<script src="../../_static/doctools.js?v=9a2dae69"></script>
1919
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../_static/js/theme.js"></script>
21-
<link rel="search" title="Search" href="../../search.html" />
21+
<link rel="search" title="Search" href="../../search.html" />
2222
</head>
2323

24-
<body class="wy-body-for-nav">
24+
<body class="wy-body-for-nav">
2525
<div class="wy-grid-for-nav">
2626
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
2727
<div class="wy-side-scroll">
2828
<div class="wy-side-nav-search" >
2929

30-
31-
30+
31+
3232
<a href="../../index.html" class="icon icon-home">
3333
NotDiamond
3434
</a>
@@ -72,7 +72,7 @@
7272
</div>
7373
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
7474
<div itemprop="articleBody">
75-
75+
7676
<h1>Source code for notdiamond.callbacks</h1><div class="highlight"><pre>
7777
<span></span><span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Any</span>
7878

@@ -137,7 +137,7 @@ <h1>Source code for notdiamond.callbacks</h1><div class="highlight"><pre>
137137
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
138138
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
139139
provided by <a href="https://readthedocs.org">Read the Docs</a>.
140-
140+
141141

142142
</footer>
143143
</div>
@@ -148,7 +148,7 @@ <h1>Source code for notdiamond.callbacks</h1><div class="highlight"><pre>
148148
jQuery(function () {
149149
SphinxRtdTheme.Navigation.enable(true);
150150
});
151-
</script>
151+
</script>
152152

153153
</body>
154-
</html>
154+
</html>

docs/_build/html/_modules/notdiamond/exceptions.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
99

10-
10+
1111
<!--[if lt IE 9]>
1212
<script src="../../_static/js/html5shiv.min.js"></script>
1313
<![endif]-->
14-
14+
1515
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
1717
<script src="../../_static/documentation_options.js?v=fd657331"></script>
1818
<script src="../../_static/doctools.js?v=9a2dae69"></script>
1919
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../_static/js/theme.js"></script>
21-
<link rel="search" title="Search" href="../../search.html" />
21+
<link rel="search" title="Search" href="../../search.html" />
2222
</head>
2323

24-
<body class="wy-body-for-nav">
24+
<body class="wy-body-for-nav">
2525
<div class="wy-grid-for-nav">
2626
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
2727
<div class="wy-side-scroll">
2828
<div class="wy-side-nav-search" >
2929

30-
31-
30+
31+
3232
<a href="../../index.html" class="icon icon-home">
3333
NotDiamond
3434
</a>
@@ -72,7 +72,7 @@
7272
</div>
7373
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
7474
<div itemprop="articleBody">
75-
75+
7676
<h1>Source code for notdiamond.exceptions</h1><div class="highlight"><pre>
7777
<div class="viewcode-block" id="UnsupportedLLMProvider">
7878
<a class="viewcode-back" href="../../source/notdiamond.html#notdiamond.exceptions.UnsupportedLLMProvider">[docs]</a>
@@ -138,7 +138,7 @@ <h1>Source code for notdiamond.exceptions</h1><div class="highlight"><pre>
138138
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
139139
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
140140
provided by <a href="https://readthedocs.org">Read the Docs</a>.
141-
141+
142142

143143
</footer>
144144
</div>
@@ -149,7 +149,7 @@ <h1>Source code for notdiamond.exceptions</h1><div class="highlight"><pre>
149149
jQuery(function () {
150150
SphinxRtdTheme.Navigation.enable(true);
151151
});
152-
</script>
152+
</script>
153153

154154
</body>
155-
</html>
155+
</html>

docs/_build/html/_modules/notdiamond/llms/client.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />
99

10-
10+
1111
<!--[if lt IE 9]>
1212
<script src="../../../_static/js/html5shiv.min.js"></script>
1313
<![endif]-->
14-
14+
1515
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
1717
<script src="../../../_static/documentation_options.js?v=fd657331"></script>
1818
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
1919
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../../_static/js/theme.js"></script>
21-
<link rel="search" title="Search" href="../../../search.html" />
21+
<link rel="search" title="Search" href="../../../search.html" />
2222
</head>
2323

24-
<body class="wy-body-for-nav">
24+
<body class="wy-body-for-nav">
2525
<div class="wy-grid-for-nav">
2626
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
2727
<div class="wy-side-scroll">
2828
<div class="wy-side-nav-search" >
2929

30-
31-
30+
31+
3232
<a href="../../../index.html" class="icon icon-home">
3333
NotDiamond
3434
</a>
@@ -72,7 +72,7 @@
7272
</div>
7373
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
7474
<div itemprop="articleBody">
75-
75+
7676
<h1>Source code for notdiamond.llms.client</h1><div class="highlight"><pre>
7777
<span></span><span class="sd">&quot;&quot;&quot;NotDiamond client class&quot;&quot;&quot;</span>
7878

@@ -1897,7 +1897,7 @@ <h1>Source code for notdiamond.llms.client</h1><div class="highlight"><pre>
18971897
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
18981898
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
18991899
provided by <a href="https://readthedocs.org">Read the Docs</a>.
1900-
1900+
19011901

19021902
</footer>
19031903
</div>
@@ -1908,7 +1908,7 @@ <h1>Source code for notdiamond.llms.client</h1><div class="highlight"><pre>
19081908
jQuery(function () {
19091909
SphinxRtdTheme.Navigation.enable(true);
19101910
});
1911-
</script>
1911+
</script>
19121912

19131913
</body>
1914-
</html>
1914+
</html>

docs/_build/html/_modules/notdiamond/llms/config.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />
99

10-
10+
1111
<!--[if lt IE 9]>
1212
<script src="../../../_static/js/html5shiv.min.js"></script>
1313
<![endif]-->
14-
14+
1515
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
1717
<script src="../../../_static/documentation_options.js?v=fd657331"></script>
1818
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
1919
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../../_static/js/theme.js"></script>
21-
<link rel="search" title="Search" href="../../../search.html" />
21+
<link rel="search" title="Search" href="../../../search.html" />
2222
</head>
2323

24-
<body class="wy-body-for-nav">
24+
<body class="wy-body-for-nav">
2525
<div class="wy-grid-for-nav">
2626
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
2727
<div class="wy-side-scroll">
2828
<div class="wy-side-nav-search" >
2929

30-
31-
30+
31+
3232
<a href="../../../index.html" class="icon icon-home">
3333
NotDiamond
3434
</a>
@@ -72,7 +72,7 @@
7272
</div>
7373
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
7474
<div itemprop="articleBody">
75-
75+
7676
<h1>Source code for notdiamond.llms.config</h1><div class="highlight"><pre>
7777
<span></span><span class="kn">import</span> <span class="nn">logging</span>
7878
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Optional</span>
@@ -449,7 +449,7 @@ <h1>Source code for notdiamond.llms.config</h1><div class="highlight"><pre>
449449
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
450450
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
451451
provided by <a href="https://readthedocs.org">Read the Docs</a>.
452-
452+
453453

454454
</footer>
455455
</div>
@@ -460,7 +460,7 @@ <h1>Source code for notdiamond.llms.config</h1><div class="highlight"><pre>
460460
jQuery(function () {
461461
SphinxRtdTheme.Navigation.enable(true);
462462
});
463-
</script>
463+
</script>
464464

465465
</body>
466-
</html>
466+
</html>

0 commit comments

Comments
 (0)