This repository was archived by the owner on Sep 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +36
-32
lines changed Expand file tree Collapse file tree 11 files changed +36
-32
lines changed Original file line number Diff line number Diff line change 1111 default : ' 10.1.2.13:5000/llmray-build'
1212 http_proxy :
1313 type : string
14- default : ' http://10.24.221.169 :912'
14+ default : ' http://proxy-prc.intel.com :912'
1515 https_proxy :
1616 type : string
17- default : ' http://10.24.221.169 :912'
17+ default : ' http://proxy-prc.intel.com :912'
1818 runner_config_path :
1919 type : string
2020 default : ' /home/ci/llm-ray-actions-runner'
Original file line number Diff line number Diff line change 88 default : ' 10.1.2.13:5000/llmray-build'
99 http_proxy :
1010 type : string
11- default : ' http://10.24.221.169 :912'
11+ default : ' http://proxy-prc.intel.com :912'
1212 https_proxy :
1313 type : string
14- default : ' http://10.24.221.169 :912'
14+ default : ' http://proxy-prc.intel.com :912'
1515
1616jobs :
1717 finetune-gpu :
Original file line number Diff line number Diff line change 1111 default : ' 10.1.2.13:5000/llmray-build'
1212 http_proxy :
1313 type : string
14- default : ' http://10.24.221.169 :912'
14+ default : ' http://proxy-prc.intel.com :912'
1515 https_proxy :
1616 type : string
17- default : ' http://10.24.221.169 :912'
17+ default : ' http://proxy-prc.intel.com :912'
1818 runner_config_path :
1919 type : string
2020 default : ' /home/ci/llm-ray-actions-runner'
Original file line number Diff line number Diff line change 11name : Nightly
22
3- on :
4- schedule :
5- - cron : " 0 16 * * *"
3+ on : []
4+ # schedule:
5+ # - cron: "0 16 * * *"
66
77jobs :
88
Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ jobs:
1616 needs : Lint
1717 uses : ./.github/workflows/workflow_tests.yml
1818
19- Inference :
20- needs : Lint
21- uses : ./.github/workflows/workflow_inference.yml
19+ # Inference:
20+ # needs: Lint
21+ # uses: ./.github/workflows/workflow_inference.yml
2222
23- Inference_Gaudi :
24- needs : Lint
25- uses : ./.github/workflows/workflow_inference_gaudi2.yml
23+ # Inference_Gaudi:
24+ # needs: Lint
25+ # uses: ./.github/workflows/workflow_inference_gaudi2.yml
2626
27- Finetune :
28- needs : Lint
29- uses : ./.github/workflows/workflow_finetune.yml
27+ # Finetune:
28+ # needs: Lint
29+ # uses: ./.github/workflows/workflow_finetune.yml
3030
31- Benchmark :
32- needs : Lint
33- uses : ./.github/workflows/workflow_test_benchmark.yml
31+ # Benchmark:
32+ # needs: Lint
33+ # uses: ./.github/workflows/workflow_test_benchmark.yml
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 needs : Lint
1717 uses : ./.github/workflows/workflow_tests.yml
1818
19- Inference :
20- needs : Lint
21- uses : ./.github/workflows/workflow_inference.yml
19+ # Inference:
20+ # needs: Lint
21+ # uses: ./.github/workflows/workflow_inference.yml
2222
23- Inference_Gaudi :
24- needs : Lint
25- uses : ./.github/workflows/workflow_inference_gaudi2.yml
23+ # Inference_Gaudi:
24+ # needs: Lint
25+ # uses: ./.github/workflows/workflow_inference_gaudi2.yml
2626
27- Finetune :
28- needs : Lint
29- uses : ./.github/workflows/workflow_finetune.yml
27+ # Finetune:
28+ # needs: Lint
29+ # uses: ./.github/workflows/workflow_finetune.yml
Original file line number Diff line number Diff line change 22FROM ubuntu:22.04
33
44ENV LANG C.UTF-8
5+ ENV HF_ENDPOINT "https://hf-mirror.com"
56
67WORKDIR /root/llm-on-ray
78
Original file line number Diff line number Diff line change 22FROM ubuntu:22.04
33
44ENV LANG C.UTF-8
5+ ENV HF_ENDPOINT "https://hf-mirror.com"
56
67WORKDIR /root/llm-on-ray
78
Original file line number Diff line number Diff line change 22FROM ubuntu:22.04
33
44ENV LANG C.UTF-8
5+ ENV HF_ENDPOINT "https://hf-mirror.com"
56
67WORKDIR /root/llm-on-ray
78
Original file line number Diff line number Diff line change 22FROM ubuntu:22.04
33
44ENV LANG C.UTF-8
5+ ENV HF_ENDPOINT "https://hf-mirror.com"
56
67WORKDIR /root/llm-on-ray
78
You can’t perform that action at this time.
0 commit comments