mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-23 00:18:20 +01:00
Update micromamba-cmd.bat
Add cd command for admin.
This commit is contained in:
parent
f0c82f06c3
commit
24870e51ed
@ -1,5 +1,7 @@
|
||||
@echo off
|
||||
|
||||
cd /D "%~dp0"
|
||||
|
||||
set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba
|
||||
set INSTALL_ENV_DIR=%cd%\installer_files\env
|
||||
|
||||
@ -12,4 +14,4 @@ call micromamba activate "%INSTALL_ENV_DIR%" || goto end
|
||||
cmd /k "%*"
|
||||
|
||||
:end
|
||||
pause
|
||||
pause
|
||||
|
Loading…
Reference in New Issue
Block a user