You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
In CMakeLists.txt add set(CMAKE_BUILD_TYPE "Debug") after line 10, then run the excutable. The program crashed with following error message:
Assertion failed: (encoder_.size() != decoder_.size() && "Encoder and decoder must be of equal length; maybe you had duplicate token indices in your encoder?"), function tiktoken, file tiktoken.h, line 139.
My running env: macbook pro with MI chip, clang version 15.0.0.
The text was updated successfully, but these errors were encountered:
feixyz10
changed the title
crash if compliing in debug mode
crash if compliing in debug mode, everything is ok if in release mode
Jan 31, 2024
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In CMakeLists.txt add
set(CMAKE_BUILD_TYPE "Debug")
after line 10, then run the excutable. The program crashed with following error message:My running env: macbook pro with MI chip, clang version 15.0.0.
The text was updated successfully, but these errors were encountered: