mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-08 22:53:51 +01:00
Installer: Fix libstdcxx-ng version pin causing conda solver to hang on Python 3.13
This commit is contained in:
parent
3bab7fbfd4
commit
8e24a20873
|
|
@ -422,7 +422,7 @@ def update_requirements(initial_installation=False, pull=True):
|
|||
install_extensions_requirements()
|
||||
|
||||
if is_linux():
|
||||
run_cmd(f"conda install -y -c conda-forge libstdcxx-ng=={LIBSTDCXX_VERSION_LINUX}", assert_success=True, environment=True)
|
||||
run_cmd(f"conda install -y -c conda-forge 'libstdcxx-ng>={LIBSTDCXX_VERSION_LINUX}'", assert_success=True, environment=True)
|
||||
|
||||
# Update PyTorch
|
||||
if not initial_installation:
|
||||
|
|
|
|||
Loading…
Reference in a new issue