-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
open-webui: 0.3.7 -> 0.3.8 #326337
open-webui: 0.3.7 -> 0.3.8 #326337
Conversation
768bc1b
to
659aebc
Compare
The build on Python 3.11 is failing:
|
d4637c4
to
e5a6e08
Compare
I believe that fixing #326348 would be a better idea than downgrading python. Since tensorflow is only used for ctranslate2 tests, simply disabling them would fix the issue. |
This comment was marked as resolved.
This comment was marked as resolved.
e5a6e08
to
8bfb269
Compare
@ofborg build open-webui python3Packages.ctranslate2 python311Packages.chromadb python3Packages.chromadb |
Result of 12 packages marked as broken and skipped:
32 packages built:
|
|
I am getting this:
|
I believe that removing duckdb-engine from langchain-community when using python 3.12 should be enough to fix it. It seems to be used only for tests. |
7ac12b5
to
8bfb269
Compare
@ofborg build open-webui python3Packages.ctranslate2 python311Packages.chromadb python3Packages.chromadb python3Packages.langchain-community |
Thank you @Tungsten842 !!!! |
Result of 2 packages marked as broken and skipped:
4 packages failed to build:
34 packages built:
|
ca2faec
to
076063a
Compare
Result of 2 packages marked as broken and skipped:
30 packages built:
|
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.
Diff LGTM
diff: https://github.com/open-webui/open-webui/compare/v0.3.7..v0.3.8
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.8
python3Packages.ctranslate2
, remove Tensorflow related tests momentarily.python3Packages.langchain-community
, removeduckdb-engine
related tests momentarilyDescription of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.