Focused Instability

Results 8 comments of Focused Instability

Could you have an option to put a url as Im not hosting locally but on a server elsewhere, I can expose it and use this front end.

> > Could you have an option to put a url as Im not hosting locally but on a server elsewhere, I can expose it and use this front end....

This has changed now from "occasional" to every other time now. had to resort to other tools, bore, ngrok etc

Just wanted to add to this... same but alternative method using pyngrok. ``` pip install pyngrok if web_options == "NGROK": from pyngrok import ngrok # Terminate open tunnels if exist...

I also found this... using cloudflare tunnel, its a bit sketchy ``` !wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && dpkg -i cloudflared-linux-amd64.deb !python webui.py --autolaunch --precision autocast & cloudflared tunnel --url http://localhost:7860 ```

@ayapi Ive been using an alternative called Bore today. add this code block if you wanna try it. ``` #@title Install Bore Tunnel !wget https://github.com/ekzhang/bore/releases/download/v0.4.0/bore-v0.4.0-x86_64-unknown-linux-musl.tar.gz !tar -xf bore-v0.4.0-x86_64-unknown-linux-musl.tar.gz !rm -f...

@ryanspice I think I've got a workaround. I made changes to the following files `GptEncoding.js` and `specialTokens.js`in `node_modules\gpt-tokenizer\esm\` Change the following function in GptEncoding.js ``` encodeGenerator(lineToEncode, { allowedSpecial = new...

Its been hit and miss... its not really consistent other than it works less than it does. When it does work... great application