Skip to content

Add initial support for Zephyr 7b Beta #39

Add initial support for Zephyr 7b Beta

Add initial support for Zephyr 7b Beta #39

Triggered via pull request December 8, 2023 17:22
Status Failure
Total duration 41s
Artifacts

elixir.yml

on: pull_request
Build and test
30s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
Build and test: test/utils/chat_templates_test.exs#L12
test prep_and_validate_messages/1 keeps provided system message (LangChain.Utils.ChatTemplatesTest)
Build and test: test/utils/chat_templates_test.exs#L11
test prep_and_validate_messages/1 includes a system message provided when not provided (LangChain.Utils.ChatTemplatesTest)
Build and test: test/utils/chat_templates_test.exs#L10
test prep_and_validate_messages/1 returns 3 item tuple with expected parts (LangChain.Utils.ChatTemplatesTest)
Build and test: test/utils/chat_templates_test.exs#L13
test prep_and_validate_messages/1 raises exception when no user message (LangChain.Utils.ChatTemplatesTest)
Build and test: test/utils/chat_templates_test.exs#L16
test prep_and_validate_messages/1 removes special tokens from the message content (LangChain.Utils.ChatTemplatesTest)
Build and test: test/utils/chat_templates_test.exs#L15
test prep_and_validate_messages/1 raises exception when not alternating user/assistant (LangChain.Utils.ChatTemplatesTest)
Build and test: test/utils/chat_templates_test.exs#L14
test prep_and_validate_messages/1 raises exception when multiple system messages given (LangChain.Utils.ChatTemplatesTest)
Build and test
Process completed with exit code 2.
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Build and test: lib/chat_models/chat_bumble_model.ex#L67
module attribute @text_end_tag was set but never used
Build and test: lib/chat_models/chat_bumble_model.ex#L66
module attribute @assistant_tag was set but never used
Build and test: lib/chat_models/chat_bumble_model.ex#L65
module attribute @user_tag was set but never used
Build and test: lib/chat_models/chat_bumble_model.ex#L64
module attribute @system_tag was set but never used
Build and test: lib/chat_models/chat_bumble_model.ex#L16
unused alias Utils