-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ ba58106 🚀
- Loading branch information
1 parent
cc7d790
commit 6aeb638
Showing
329 changed files
with
38,261 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
<!-- HTML header for doxygen 1.11.0--> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=11"/> | ||
<meta name="generator" content="Doxygen 1.11.0"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>Formatron: src/formatron/integrations/RWKV.py File Reference</title> | ||
<link href="tabs.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<script type="text/javascript" src="clipboard.js"></script> | ||
<link href="navtree.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="navtreedata.js"></script> | ||
<script type="text/javascript" src="navtree.js"></script> | ||
<script type="text/javascript" src="resize.js"></script> | ||
<script type="text/javascript" src="cookie.js"></script> | ||
<link href="search/search.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="search/searchdata.js"></script> | ||
<script type="text/javascript" src="search/search.js"></script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr id="projectrow"> | ||
<td id="projectalign"> | ||
<div id="projectname">Formatron<span id="projectnumber"> v0.4.9</span> | ||
<!-- Version Selector --> | ||
<select id="versionSelector" onchange="location = this.value;"> | ||
<option value="../v0.4.9/index.html" selected>v0.4.9</option> | ||
<option value="../v0.4.8/index.html" >v0.4.8</option> | ||
<option value="../v0.4.7/index.html" >v0.4.7</option> | ||
<option value="../v0.4.6/index.html" >v0.4.6</option> | ||
<option value="../v0.4.5/index.html" >v0.4.5</option> | ||
<option value="../v0.4.4/index.html" >v0.4.4</option> | ||
<option value="../v0.4.3/index.html" >v0.4.3</option> | ||
<option value="../v0.4.2/index.html" >v0.4.2</option> | ||
<option value="../v0.4.1/index.html" >v0.4.1</option> | ||
<option value="../v0.4.0/index.html" >v0.4.0</option> | ||
<option value="../v0.3.4/index.html" >v0.3.4</option> | ||
<option value="../v0.3.3/index.html" >v0.3.3</option> | ||
<option value="../v0.3.2/index.html" >v0.3.2</option> | ||
<option value="../v0.3.1/index.html" >v0.3.1</option> | ||
<option value="../v0.3.0/index.html" >v0.3.0</option> | ||
<option value="../v0.2.0/index.html" >v0.2.0</option> | ||
<option value="../v0.1.3/index.html" >v0.1.3</option> | ||
<option value="../v0.1.2/index.html" >v0.1.2</option> | ||
<option value="../v0.1.1/index.html" >v0.1.1</option> | ||
</select> | ||
</div> | ||
<div id="projectbrief">Formatron empowers everyone to control the output format of language models with minimal overhead.</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.11.0 --> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
var searchBox = new SearchBox("searchBox", "search/",'.html'); | ||
/* @license-end */ | ||
</script> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function() { codefold.init(0); }); | ||
/* @license-end */ | ||
</script> | ||
<script type="text/javascript" src="menudata.js"></script> | ||
<script type="text/javascript" src="menu.js"></script> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function() { | ||
initMenu('',true,false,'search.php','Search',true); | ||
$(function() { init_search(); }); | ||
}); | ||
/* @license-end */ | ||
</script> | ||
<div id="main-nav"></div> | ||
</div><!-- top --> | ||
<div id="side-nav" class="ui-resizable side-nav-resizable"> | ||
<div id="nav-tree"> | ||
<div id="nav-tree-contents"> | ||
<div id="nav-sync" class="sync"></div> | ||
</div> | ||
</div> | ||
<div id="splitbar" style="-moz-user-select:none;" | ||
class="ui-resizable-handle"> | ||
</div> | ||
</div> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function(){initNavTree('RWKV_8py.html',''); initResizable(true); }); | ||
/* @license-end */ | ||
</script> | ||
<div id="doc-content"> | ||
<!-- window showing the filter options --> | ||
<div id="MSearchSelectWindow" | ||
onmouseover="return searchBox.OnSearchSelectShow()" | ||
onmouseout="return searchBox.OnSearchSelectHide()" | ||
onkeydown="return searchBox.OnSearchSelectKey(event)"> | ||
</div> | ||
|
||
<!-- iframe showing the search results (closed by default) --> | ||
<div id="MSearchResultsWindow"> | ||
<div id="MSearchResults"> | ||
<div class="SRPage"> | ||
<div id="SRIndex"> | ||
<div id="SRResults"></div> | ||
<div class="SRStatus" id="Loading">Loading...</div> | ||
<div class="SRStatus" id="Searching">Searching...</div> | ||
<div class="SRStatus" id="NoMatches">No Matches</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="header"> | ||
<div class="summary"> | ||
<a href="#nested-classes">Classes</a> | | ||
<a href="#namespaces">Namespaces</a> | | ||
<a href="#func-members">Functions</a> </div> | ||
<div class="headertitle"><div class="title">RWKV.py File Reference</div></div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
|
||
<p><a href="RWKV_8py_source.html">Go to the source code of this file.</a></p> | ||
<table class="memberdecls"> | ||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a> | ||
Classes</h2></td></tr> | ||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classformatron_1_1integrations_1_1RWKV_1_1PIPELINE__ARGS.html">formatron.integrations.RWKV.PIPELINE_ARGS</a></td></tr> | ||
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A wrapper for the arguments of the pipeline of <a class="el" href="namespaceformatron_1_1integrations_1_1RWKV.html" title="This module integrates the RWKV library by providing convenience utilities.">RWKV</a>. <a href="classformatron_1_1integrations_1_1RWKV_1_1PIPELINE__ARGS.html#details">More...</a><br /></td></tr> | ||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classformatron_1_1integrations_1_1RWKV_1_1PIPELINE.html">formatron.integrations.RWKV.PIPELINE</a></td></tr> | ||
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A wrapper for the pipeline of <a class="el" href="namespaceformatron_1_1integrations_1_1RWKV.html" title="This module integrates the RWKV library by providing convenience utilities.">RWKV</a>. <a href="classformatron_1_1integrations_1_1RWKV_1_1PIPELINE.html#details">More...</a><br /></td></tr> | ||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||
</table><table class="memberdecls"> | ||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a> | ||
Namespaces</h2></td></tr> | ||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceformatron.html">formatron</a></td></tr> | ||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceformatron_1_1integrations.html">formatron.integrations</a></td></tr> | ||
<tr class="memdesc:namespaceformatron_1_1integrations"><td class="mdescLeft"> </td><td class="mdescRight">This subpackage contains integrations with other frameworks and libraries. <br /></td></tr> | ||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceformatron_1_1integrations_1_1RWKV.html">formatron.integrations.RWKV</a></td></tr> | ||
<tr class="memdesc:namespaceformatron_1_1integrations_1_1RWKV"><td class="mdescLeft"> </td><td class="mdescRight">This module integrates the <a class="el" href="namespaceformatron_1_1integrations_1_1RWKV.html" title="This module integrates the RWKV library by providing convenience utilities.">RWKV</a> library by providing convenience utilities. <br /></td></tr> | ||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | ||
</table><table class="memberdecls"> | ||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a> | ||
Functions</h2></td></tr> | ||
<tr class="memitem:a2fc99d20bbcc438cc823a728cbc999ea" id="r_a2fc99d20bbcc438cc823a728cbc999ea"><td class="memItemLeft" align="right" valign="top">kbnf.Vocabulary </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceformatron_1_1integrations_1_1RWKV.html#a2fc99d20bbcc438cc823a728cbc999ea">formatron.integrations.RWKV.create_engine_vocabulary</a> (str WORD_NAME, tokenizer)</td></tr> | ||
<tr class="memdesc:a2fc99d20bbcc438cc823a728cbc999ea"><td class="mdescLeft"> </td><td class="mdescRight">Create a vocabulary for the KBNF engine. <br /></td></tr> | ||
<tr class="separator:a2fc99d20bbcc438cc823a728cbc999ea"><td class="memSeparator" colspan="2"> </td></tr> | ||
</table> | ||
</div><!-- contents --> | ||
</div><!-- doc-content --> | ||
<!-- start footer part --> | ||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | ||
<ul> | ||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_fcf8421df2b1fac2914241030b544a7c.html">formatron</a></li><li class="navelem"><a class="el" href="dir_86ec2f274a7c7757cb321bd1b4c1dbf4.html">integrations</a></li><li class="navelem"><a class="el" href="RWKV_8py.html">RWKV.py</a></li> | ||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0 </li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
var RWKV_8py = | ||
[ | ||
[ "formatron.integrations.RWKV.PIPELINE_ARGS", "classformatron_1_1integrations_1_1RWKV_1_1PIPELINE__ARGS.html", "classformatron_1_1integrations_1_1RWKV_1_1PIPELINE__ARGS" ], | ||
[ "formatron.integrations.RWKV.PIPELINE", "classformatron_1_1integrations_1_1RWKV_1_1PIPELINE.html", "classformatron_1_1integrations_1_1RWKV_1_1PIPELINE" ], | ||
[ "create_engine_vocabulary", "RWKV_8py.html#a2fc99d20bbcc438cc823a728cbc999ea", null ] | ||
]; |
Oops, something went wrong.