Ben Jackson

Results 21 comments of Ben Jackson

> My note ends up with a bunch of characters in the resulting markdown (this is apparently a non-breaking space. Markdown readers show that as a  or something else....

Actually the whole thing should be in parenthesis too. On Mon, Sep 26, 2016 at 12:01 PM, patrikohlsson [email protected] wrote: > That could cause precedence issues, if you're defining them...

I went through an exchange with E3D support which did not give me any more insight into the situation. They did state directly that the part they use is 104NT-4-R025H42G....

I think this is just due to the quoting of `'false'`. It also breaks `WEBSOCKET_ENABLED` which is fixed by changing it from `'true'` -> `true`. (Websockets may also require `expose:...

Velocity is computed as a first-order difference, but it is disabled. With it enabled, throwing would probably work, but the position will be jumpier because of the position extrapolation in...

Your `AWS_S3_UPLOAD_BUCKET_URL` needs to be a public-facing URL (matching your `URL`) because the Outline server will just redirect to minio

Plus this: https://github.com/chsasank/outline-wiki-docker-compose/issues/25

This might be specific to vLLM, since it is using the tokenizer_config literally. `llama-serve`, at least, seems to prune it off of the prompt and let the model generate it...

Not sure if there is any plan to fix this, but it would be nice if the model dropdown updated automatically with model availability changes. It's clear in many cases...

@hjc4869 `if (NOT ${FOUND_ROCWMMA})` would need to be `if (NOT FOUND_ROCWMMA)` to make that test work, because if you expand it, it ends up as a string, and the string...