-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update github.com/go-skynet/go-llama.cpp digest to 7ad833b #616
Merged
mudler
merged 1 commit into
master
from
renovate/git.luolix.top-go-skynet-go-llama.cpp-digest
Jun 18, 2023
Merged
fix(deps): update github.com/go-skynet/go-llama.cpp digest to 7ad833b #616
mudler
merged 1 commit into
master
from
renovate/git.luolix.top-go-skynet-go-llama.cpp-digest
Jun 18, 2023
Conversation
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
Aisuko
reviewed
Jun 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI issue may be related to the other issues we are working on. So, please hold this until we fix the issue.
#17 480.8 CMake Error at /usr/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake:739 (message):
#17 480.8 Compiling the CUDA compiler identification source file
#17 480.8 "CMakeCUDACompilerId.cu" failed.
#17 480.8
#17 480.8 Compiler: /usr/local/cuda/bin/nvcc
#17 480.8
#17 480.8 Build flags:
#17 480.8
#17 480.8 Id flags: --keep;--keep-dir;tmp -v
#17 480.8
#17 480.8
#17 480.8
#17 480.8 The output was:
#17 480.8
#17 480.8 1
#17 480.8
#17 480.8 #$ _NVVM_BRANCH_=nvvm
#17 480.8
#17 480.8 #$ _SPACE_=
#17 480.8
#17 480.8 #$ _CUDART_=cudart
#17 480.8
#17 480.8 #$ _HERE_=/usr/local/cuda/bin
#17 480.8
#17 480.8 #$ _THERE_=/usr/local/cuda/bin
#17 480.8
#17 480.8 #$ _TARGET_SIZE_=
#17 480.8
#17 480.8 #$ _TARGET_DIR_=
#17 480.8
#17 480.8 #$ _TARGET_DIR_=targets/x86_64-linux
#17 480.8
#17 480.8 #$ TOP=/usr/local/cuda/bin/..
#17 480.8
#17 480.8 #$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#17 480.8
#17 480.8 #$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:
#17 480.8
#17 480.8 #$
#17 480.8 PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#17 480.8
#17 480.8
#17 480.8 #$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#17 480.8
#17 480.8 #$ LIBRARIES= "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs"
#17 480.8 "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#17 480.8
#17 480.8 #$ CUDAFE_FLAGS=
#17 480.8
#17 480.8 #$ PTXAS_FLAGS=
#17 480.8
#17 480.8 #$ rm tmp/a_dlink.reg.c
#17 480.8
#17 480.8 #$ gcc -D__CUDA_ARCH__=520 -D__CUDA_ARCH_LIST__=520 -E -x c++
#17 480.8 -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__
#17 480.8 "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#17 480.8 -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=7
#17 480.8 -D__CUDACC_VER_BUILD__=99 -D__CUDA_API_VER_MAJOR__=11
#17 480.8 -D__CUDA_API_VER_MINOR__=7 -D__NVCC_DIAG_PRAGMA_SUPPORT__=1 -include
#17 480.8 "cuda_runtime.h" -m64 "CMakeCUDACompilerId.cu" -o
#17 480.8 "tmp/CMakeCUDACompilerId.cpp1.ii"
#17 480.8
#17 480.8 In file included from
#17 480.8 /usr/local/cuda/bin/../targets/x86_64-linux/include/cuda_runtime.h:83,
#17 480.8
#17 480.8 from <command-line>:
#17 480.8
#17 480.8
#17 480.8 /usr/local/cuda/bin/../targets/x86_64-linux/include/crt/host_config.h:132:2:
#17 480.8 error: #error -- unsupported GNU version! gcc versions later than 11 are
#17 480.8 not supported! The nvcc flag '-allow-unsupported-compiler' can be used to
#17 480.8 override this version check; however, using an unsupported host compiler
#17 480.8 may cause compilation failure or incorrect run time execution. Use at your
#17 480.8 own risk.
#17 480.8
#17 480.8 132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
#17 480.8 | ^~~~~
#17 480.8
#17 480.8 # --error 0x1 --
#17 480.8
#17 480.8
#17 480.8
#17 480.8
#17 480.8
#17 480.8 Call Stack (most recent call first):
#17 480.8 /usr/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake:6 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
#17 480.8 /usr/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake:48 (__determine_compiler_id_test)
#17 480.8 /usr/share/cmake-3.25/Modules/CMakeDetermineCUDACompiler.cmake:307 (CMAKE_DETERMINE_COMPILER_ID)
#17 480.8 CMakeLists.txt:186 (enable_language)
#17 480.8
#17 480.8
#17 480.8 make[1]: *** [Makefile:181: llama.cpp/ggml.o] Error 1
#17 480.8 make: *** [Makefile:173: go-llama/libbinding.a] Error 2
#17 ERROR: process "/bin/sh -c make prepare" did not complete successfully: exit code: 2
------
> [builder 5/7] RUN make prepare:
#17 480.8
#17 480.8 Call Stack (most recent call first):
#17 480.8 /usr/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake:6 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
#17 480.8 /usr/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake:48 (__determine_compiler_id_test)
#17 480.8 /usr/share/cmake-3.25/Modules/CMakeDetermineCUDACompiler.cmake:307 (CMAKE_DETERMINE_COMPILER_ID)
#17 480.8 CMakeLists.txt:186 (enable_language)
#17 480.8
#17 480.8
#17 480.8 make[1]: *** [Makefile:181: llama.cpp/ggml.o] Error 1
#17 480.8 make: *** [Makefile:173: go-llama/libbinding.a] Error 2
------
Dockerfile:47
--------------------
45 | RUN make get-sources
46 | COPY go.mod .
47 | >>> RUN make prepare
48 | COPY . .
49 | RUN make build
--------------------
ERROR: failed to solve: process "/bin/sh -c make prepare" did not complete successfully: exit code: 2
Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c make prepare" did not complete successfully: exit code: 2
4b635e4
to
be0ece9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
a796025
->7ad833b
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.