Skip to content
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

tests failing #355

Closed
nullhook opened this issue Jul 7, 2023 · 1 comment
Closed

tests failing #355

nullhook opened this issue Jul 7, 2023 · 1 comment

Comments

@nullhook
Copy link
Contributor

nullhook commented Jul 7, 2023

The current master has couple tests failing:

test-grad0
test-opt
test-mul-mat0

Most of these are related to the similar assertion failure.

for ex, test-mul-mat0 fails at: https://github.com/ggerganov/ggml/blob/master/src/ggml.c#L10721

@ggerganov
Copy link
Owner

Should be fixed now

CCLDArjun pushed a commit to CCLDArjun/ggml that referenced this issue Dec 18, 2023
* Add test-tokenizer-0 to do a few tokenizations - feel free to expand
* Added option to convert-pth-to-ggml.py script to dump just the vocabulary
* Added ./models/ggml-vocab.bin containing just LLaMA vocab data (used for tests)
* Added utility to load vocabulary file from previous point (temporary implementation)
* Avoid using std::string_view and drop back to C++11 (hope I didn't break something)
* Rename gpt_vocab -> llama_vocab
* All CMake binaries go into ./bin/ now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants