We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111d205 commit 52d786eCopy full SHA for 52d786e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openllm",
3
- "version": "0.1.3.dev0",
+ "version": "0.1.3",
4
"description": "OpenLLM: Your one stop-and-go solution for serving Large Language Model",
5
"repository": "git@github.com:llmsys/OpenLLM.git",
6
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
src/openllm/__about__.py
@@ -11,4 +11,4 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-__version__ = "0.1.3.dev0"
+__version__ = "0.1.3"
0 commit comments