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 4254afb commit 7435d3cCopy full SHA for 7435d3c
examples/runtime_env.yaml
@@ -1,8 +1,8 @@
1
working_dir: ./
2
excludes: ["/.git/"]
3
env_vars:
4
- TOKENIZERS_PARALLELISM": true
5
- NCCL_DEBUG": "WARN"
6
- VLLM_LOGGING_LEVEL": "INFO"
+ TOKENIZERS_PARALLELISM: true
+ NCCL_DEBUG: "WARN"
+ VLLM_LOGGING_LEVEL: "INFO"
7
TORCH_NCCL_AVOID_RECORD_STREAMS: "1"
8
PYTORCH_CUDA_ALLOC_CONF: "expandable_segments:False"
verl/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.2.0.dev"
+__version__ = "0.3.0"
0 commit comments