| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,7 +60,7 @@ jobs: | |||
| 60 | 60 | runs-on: macos-latest | |
| 61 | 61 | strategy: | |
| 62 | 62 | matrix: | |
| 63 | - python-version: ["3.8", "3.9", "3.10", "3.11"] | ||
| 63 | + python-version: ["3.11"] | ||
| 64 | 64 | ||
| 65 | 65 | steps: | |
| 66 | 66 | - uses: actions/checkout@v3 | |
@@ -70,7 +70,7 @@ jobs: | |||
| 70 | 70 | uses: actions/setup-python@v4 | |
| 71 | 71 | with: | |
| 72 | 72 | python-version: ${{ matrix.python-version }} | |
| 73 | - architecture: x86 | ||
| 73 | + architecture: arm64 | ||
| 74 | 74 | - name: Install dependencies | |
| 75 | 75 | run: | | |
| 76 | 76 | python3 -m pip install --upgrade pip | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,11 +4,6 @@ project(llama_cpp) | |||
| 4 | 4 | ||
| 5 | 5 | option(BUILD_LLAMA_CPP "Build llama.cpp shared library and install alongside python package" ON) | |
| 6 | 6 | ||
| 7 | - if (APPLE) | ||
| 8 | - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -march=native -mtune=native") | ||
| 9 | - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native -mtune=native") | ||
| 10 | - endif() | ||
| 11 | - | ||
| 12 | 7 | if (BUILD_LLAMA_CPP) | |
| 13 | 8 | set(BUILD_SHARED_LIBS "On") | |
| 14 | 9 | add_subdirectory(vendor/llama.cpp) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments