LJTSG commited on
Commit
1bef3d7
·
verified ·
1 Parent(s): f6078aa

Upload Start-File-Server.bat with huggingface_hub

Browse files
Files changed (1) hide show
  1. Start-File-Server.bat +10 -0
Start-File-Server.bat ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+ title Gemma WebGPU File Server :8150
3
+ cd /d "%~dp0"
4
+ echo ============================================
5
+ echo File Server on :8150
6
+ echo Serves model splits, substrates, HTML pages
7
+ echo ============================================
8
+ echo.
9
+ node serve_gemma.js
10
+ pause