Patrice Ferlet

Results 70 issues of Patrice Ferlet

At https://github.com/TabbyML/tabby/blob/f3811d0a3e74d642101502320aaa5ad8ae0bdbfc/crates/llama-cpp-server/build.rs#L25 `LLAMA_CUBLAS` is deprecated. Use `LLAMA_CUDA` instead. See https://github.com/ggerganov/llama.cpp/blob/master/CMakeLists.txt#L98

### What happened? I compiled llamacpp with Vulkan backend. The "rpc-server" binary is linked to libvulkan but it never uses my GPUs. While "llama-cli" is OK. ### Name and Version...

bug-unconfirmed
low severity

Hi, It's not an issue but a proposition. I'm currently testing the use of the [textual](https://textual.textualize.io/) python package which is very interesting to create rich terminal UI. I already tested...

I didn't found the discussion section, so I ask it as an issue. Sorry if it's not the right place. I deployed mastodon (techlover.eu) a long time ago with the...

### Is there an existing issue for this problem? - [X] I have searched the existing issues ### Operating system Linux ### GPU vendor Nvidia (CUDA) ### GPU model RTX...

bug

### Did you check the docs? - [X] I have read all the LazyVim docs - [X] This is not a request for a new or existing extra (see above)...

enhancement

### What Operating System(s) are you seeing this problem on? Linux X11, Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? mutter ### WezTerm version 20241015_083151_9ddca7bd...

bug

Hello, Using Mkdocs with Material, the YAML file should sometimes use this: ```yaml markdown_extensions: - pymdownx.highlight: anchor_linenums: true - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format ``` But......

Hello, I successfully use the generator, and it saves a lot of time: thanks Just one note, our API endpoints are like `/api/v1/xxx` and the methods generated are `v1Xxxx`. For...

needs info

Hi, another option I would like to get is to make it possible to only accept a content-type. For example, I only need the REST API with Json content, not...

needs info