Jorris

Results 7 comments of Jorris

@itzsimpl I encountered a similar situation: CODE: ``` from nemo.collections.tts.models import FastPitchModel spec_generator = FastPitchModel.from_pretrained("tts_en_fastpitch") spec_generator.export("fastpitch.onnx") ``` LOG: ``` [NeMo W 2022-05-07 13:07:20 optimizers:55] Apex was not found. Using the...

I use `caddy run`, and use Caddyfaile ``` { debug auto_https disable_redirects servers { protocol { experimental_http3 strict_sni_host } } log { output stderr } } localhost { reverse_proxy localhost:3000...

``` localhost { handle_errors { respond "Code:{http.error.status_code} StatusText:{http.error.status_text} Message:{http.error.message}" } reverse_proxy localhost:3000 } ``` still nothing output, can you test it? in addition, how can I use http3 only without...

đŸ˜¢still nothing output ``` ~ /usr/local/opt/curl/bin/curl -I --http3 https://localhost HTTP/3 403 server: Caddy alt-svc: h3=":443"; ma=2592000,h3-34=":443"; ma=2592000,h3-32=":443"; ma=2592000,h3-29=":443"; ma=2592000 ```

> đŸ˜¢still nothing output > > ``` > ~ /usr/local/opt/curl/bin/curl -I --http3 https://localhost > HTTP/3 403 > server: Caddy > alt-svc: h3=":443"; ma=2592000,h3-34=":443"; ma=2592000,h3-32=":443"; ma=2592000,h3-29=":443"; ma=2592000 > ``` NEW FOUND:...

> Alright welp, that wasn't too useful. > > I guess next thing to try, if you don't mind making some code changes and building Caddy, you can add this...

@paulb777 swift static libraries with custom module maps is currently not supported, so I use `use_frameworks!:linkage=>:static` to solve it. my pod dependents on this case but repo push failed during...