-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'inference' into mixtral
- Loading branch information
Showing
409 changed files
with
43,717 additions
and
11,324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,13 +52,14 @@ jobs: | |
run: .github/workflows/helpers/free_space_on_runner.sh | ||
|
||
- name: Install CUDA | ||
uses: Jimver/[email protected].11 | ||
uses: Jimver/[email protected].16 | ||
if: ${{ matrix.gpu_backend == 'cuda' }} | ||
id: cuda-toolkit | ||
with: | ||
cuda: "11.8.0" | ||
cuda: "12.1.1" | ||
# Disable caching of the CUDA binaries, since it does not give us any significant performance improvement | ||
use-github-cache: "false" | ||
log-file-suffix: 'cmake_${{matrix.gpu_backend}}.txt' | ||
|
||
- name: Install system dependencies | ||
run: .github/workflows/helpers/install_dependencies.sh | ||
|
@@ -78,13 +79,13 @@ jobs: | |
export FF_CUDA_ARCH=70 | ||
export FF_HIP_ARCH=gfx1100,gfx1036 | ||
export hip_version=5.6 | ||
export FF_BUILD_ALL_INFERENCE_EXAMPLES=ON | ||
export FF_BUILD_INFERENCE=ON | ||
if [[ "${FF_GPU_BACKEND}" == "cuda" ]]; then | ||
export FF_BUILD_ALL_EXAMPLES=ON | ||
export FF_BUILD_TRAINING_EXAMPLES=ON | ||
export FF_BUILD_UNIT_TESTS=ON | ||
else | ||
export FF_BUILD_ALL_EXAMPLES=OFF | ||
export FF_BUILD_TRAINING_EXAMPLES=OFF | ||
export FF_BUILD_UNIT_TESTS=OFF | ||
fi | ||
|
@@ -105,13 +106,13 @@ jobs: | |
export FF_CUDA_ARCH=70 | ||
export FF_HIP_ARCH=gfx1100,gfx1036 | ||
export hip_version=5.6 | ||
export FF_BUILD_ALL_INFERENCE_EXAMPLES=ON | ||
export FF_BUILD_INFERENCE=ON | ||
if [[ "${FF_GPU_BACKEND}" == "cuda" ]]; then | ||
export FF_BUILD_ALL_EXAMPLES=ON | ||
export FF_BUILD_TRAINING_EXAMPLES=ON | ||
export FF_BUILD_UNIT_TESTS=ON | ||
else | ||
export FF_BUILD_ALL_EXAMPLES=OFF | ||
export FF_BUILD_TRAINING_EXAMPLES=OFF | ||
export FF_BUILD_UNIT_TESTS=OFF | ||
fi | ||
|
@@ -156,11 +157,12 @@ jobs: | |
run: .github/workflows/helpers/free_space_on_runner.sh | ||
|
||
- name: Install CUDA | ||
uses: Jimver/[email protected].11 | ||
uses: Jimver/[email protected].16 | ||
id: cuda-toolkit | ||
with: | ||
cuda: "11.8.0" | ||
cuda: "12.1.1" | ||
use-github-cache: "false" | ||
log-file-suffix: 'makefile_${{matrix.gpu_backend}}.txt' | ||
|
||
- name: Install system dependencies | ||
run: .github/workflows/helpers/install_dependencies.sh | ||
|
@@ -169,7 +171,7 @@ jobs: | |
uses: conda-incubator/setup-miniconda@v2 | ||
with: | ||
activate-environment: flexflow | ||
environment-file: conda/environment.yml | ||
environment-file: conda/flexflow.yml | ||
auto-activate-base: false | ||
|
||
- name: Build FlexFlow | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.