Unverified Commit fb532783 by HL Committed by GitHub

distro: bump version to 0.2.0.post2. restrict vllm to v0.6.3 instead of v0.6.3.post1 (#320)

parent 96f49818
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/dataset.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/dataset.yml
......@@ -35,4 +37,4 @@ jobs:
- name: Running ray test using cupy (move it to L20 when dockerfile ready)
run: |
cd tests/ray
pytest -s -x test_rvdz.py
\ No newline at end of file
pytest -s -x test_rvdz.py
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_digit_completion.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_digit_completion.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_gsm8k.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_gsm8k.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_gsm8k_megatron.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_gsm8k_megatron.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_lora.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_lora.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_sft.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/e2e_sft.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/model.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/model.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/ray_test.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/ray_test.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/sandbox.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/sandbox.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/sanity.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/sanity.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/vllm.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/vllm.yml
......
......@@ -6,12 +6,14 @@ on:
push:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/yapf_format.yml
pull_request:
branches:
- main
- v0.2.x
paths:
- "**/*.py"
- .github/workflows/yapf_format.yml
......
......@@ -44,7 +44,7 @@ dependencies = [
"ray>=2.10",
"tensordict<0.6",
"transformers",
"vllm<=0.6.3.post1",
"vllm<=0.6.3",
'wandb',
]
......
......@@ -15,5 +15,5 @@ pylatexenc
ray
tensordict<0.6
transformers
vllm==0.6.3.post1
vllm<=0.6.3
wandb
......@@ -36,7 +36,7 @@ install_requires = [
'ray>=2.10',
'tensordict<0.6',
'transformers',
'vllm<=0.6.3.post1',
'vllm<=0.6.3',
'wandb',
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment