Browse Source

updated versions in batchfiles of example apP

Kolja Beigel 1 year ago
parent
commit
ee38c961f3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      example_app/install_cpu.bat
  2. 1 1
      example_app/install_gpu.bat

+ 1 - 1
example_app/install_cpu.bat

@@ -10,4 +10,4 @@ if not exist test_env\Scripts\python.exe (
 )
 )
 
 
 echo Activating VENV
 echo Activating VENV
-start cmd /k "call test_env\Scripts\activate.bat && pip install --upgrade RealtimeSTT==0.1.28 && pip install --upgrade RealtimeTTS==0.1.28 && pip install pysoundfile==0.9.0.post1 openai==0.27.8 keyboard==0.13.5 PyQt5==5.15.9 sounddevice==0.4.6 wavio==0.0.7"
+start cmd /k "call test_env\Scripts\activate.bat && pip install --upgrade RealtimeSTT==0.1.3 && pip install --upgrade RealtimeTTS==0.1.3 && pip install pysoundfile==0.9.0.post1 openai==0.27.8 keyboard==0.13.5 PyQt5==5.15.9 sounddevice==0.4.6 wavio==0.0.7"

+ 1 - 1
example_app/install_gpu.bat

@@ -10,4 +10,4 @@ if not exist test_env\Scripts\python.exe (
 )
 )
 
 
 echo Activating VENV
 echo Activating VENV
-start cmd /k "call test_env\Scripts\activate.bat && pip install --upgrade RealtimeSTT==0.1.28 && pip install --upgrade RealtimeTTS==0.1.28 && pip uninstall torch --yes && pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 && pip install pysoundfile==0.9.0.post1 openai==0.27.8 keyboard==0.13.5 PyQt5==5.15.9 sounddevice==0.4.6 wavio==0.0.7"
+start cmd /k "call test_env\Scripts\activate.bat && pip install --upgrade RealtimeSTT==0.1.3 && pip install --upgrade RealtimeTTS==0.1.3 && pip uninstall torch --yes && pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 && pip install pysoundfile==0.9.0.post1 openai==0.27.8 keyboard==0.13.5 PyQt5==5.15.9 sounddevice==0.4.6 wavio==0.0.7"