Miguel Filipe

Results 13 comments of Miguel Filipe

I'm trying --fp16 on transformers trained w/ marian 1.7, attempting translations using --fp16 results in this: ``` (env) miguel@curie maestro (git)[update-test-model-en-pt] % cat explosion.log /home/miguel/un/marian/build-1.10/marian-server -c marian-decbin.config --fp16 --quiet-translation [2021-02-24...

@emjotde , this is an CPU, intel i7 8th gen.

@peterbourgon just fwiw, I've reviewed go-kit and decided to adopt it *explicitly* *without* using *endpoint* layers. So, in production right now, there are people using go-kit without endpoint abstraction with...

@dain our usecase is we use presto-gateway to load-balance and front multiple trino clusters. we divide them into groups and would like to be able to use the trino-cli to...

> @msf could you suggest a name for a new header to be used for routing? I would suggest `X-Trino-Routing-Group`, like mentioned above, which is already used by: https://github.com/trinodb/trino-gateway and...

At DuneAnalytics, we're using duckdb for data-API requests. We can also confirm this perf problem. We can observe this problem on multi-million row tables even without any ORDER BY, just...

simple example: ``` D create table foo as select * as id from generate_series(1, 100000000) as id; D .timer on D select * from foo where id % 10 =...

I'm about to mention this issue on my talk at "DuckCon #5", in our production use case the performance hit is much grater than ±250millis, which I presume is due...

> @msf best wishes on your upcoming talk at DuckCon 5! > > Just in case, wanted to share along a workaround which @Teggy very helpfully mentioned through the DuckDB...

no slash, but i didn’t know about this request option, need to go read the code On Sun, 4 Jun 2023 at 10:04, Benjamin Smith ***@***.***> wrote: > So I...