Doa-doa's picture
Upload folder using huggingface_hub
72268ee
raw
history blame contribute delete
237 Bytes
#!/bin/sh
_CONDA_ROOT="C:/Users/d_ond/LLMs/text-generation-webui/installer_files/conda"
# Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
\. "$_CONDA_ROOT/etc/profile.d/conda.sh" || return $?
conda activate "$@"