xsigus24's picture
Upload folder using huggingface_hub
1d777c4
raw
history blame contribute delete
322 Bytes
#!/bin/sh
_CONDA_ROOT="/home/simon/prog/text-generation-webui/installer_files/conda"
# Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
\echo >&2 "DeprecationWarning: 'source deactivate' is deprecated. Use 'conda deactivate'."
\. "$_CONDA_ROOT/etc/profile.d/conda.sh" || return $?
conda deactivate