-
## Summary
Support any OpenAI compatible endpoints, such as tabbyAPI, vLLM, ollama, etc.
I am running Qwen2.5-coder 32B with [tabbyAPI](https://github.com/theroyallab/tabbyAPI) which is a OpenAI …
-
The ‘reticulate’ package is creating files inside the R library path *after* installation, when it is being used. Here’s an MWE:
```
$ install.packages('reticulate')
$ py_path = system.file('pyth…
-
Deprecate and remove dependency generators written in Python in favor of the newer https://github.com/fedora-java/xmvn-generator
- xmvn-generator supports `mvn` provides/requires as well as several n…
-
There is currently a `python_generation` example that illustrates how to customize code generation to produce python code. This example could be promoted into a library feature. This would unlock quic…
-
Hello
I did this step while executing the installation tutorial above.
=>make -j$(nproc)
The following problem occurs during compilation
my version Python 3.10.12
```
Processing /home/…
-
### Describe the issue as clearly as possible:
During the generate process, the tokenizer is being sent to the transformers model.generate() function as a kwarg, which is then being caught during t…
-
Build a program that generates random and secure passwords. You can add options for specifying password length and including special characters.
-
### Problem Statement
More complex rules are hard to get right using declarative syntax. This feature request is to allow something like a Python parser (or similar), delegate args and get back the v…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
2.18.0
### Steps to Reproduce
1. Have a view like
```
class StreamingView(APIView):
def post(self, request, *args, **kwargs):
…
-
### Describe the issue as clearly as possible:
`examples/llamcpp_example.py` is broken
It seems like the model is producing some garbage output (which shouldnt be allowed by the logit processor). …