File size: 237 Bytes
72268ee
 
 
 
 
 
1
2
3
4
5
6
7
#!/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 "$@"