We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 620b224 + 95dc884 commit 03b8f65Copy full SHA for 03b8f65
example/toc.ipynb
@@ -13,7 +13,7 @@
13
"metadata": {},
14
"outputs": [],
15
"source": [
16
- "!pip3 install -q pandas tabulate uniflow==0.0.30\n"
+ "!pip3 install -q pandas tabulate uniflow==0.0.31\n"
17
]
18
},
19
{
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "uniflow"
3
-version = "0.0.30"
+version = "0.0.31"
4
description = "Unified interface for pre-training data augmentation and post-training evaluation of Large Language Models (LLMs)."
5
authors = ["CambioML <wanwanaiai45@gmail.com>"]
6
maintainers = ["Rachel Hu <goldpiggy@berkeley.edu>"]
uniflow/__init__.py
@@ -4,4 +4,4 @@
__all__ = ["PromptTemplate", "Context"]
7
-__version__ = "0.0.30"
+__version__ = "0.0.31"
0 commit comments