mashdragon
mashdragon
### Describe your feature request here. It does not seem like there is a feature in PythonMonkey to run JavaScript scripts or evals in isolation after importing the module. This...
Python comes with a built-in module for parsing its own code called `ast` for parsing the abstract syntax tree of Python code. We should use `ast` instead of regex for...
A bug type I've come across myself has been with forgetting to use the `global` keyword with global variables. Here's an example: ``` # A globally accessible list current_labels =...
I followed the [Function Calling Agent guide](https://llama-cpp-agent.readthedocs.io/en/latest/function-calling-agent/) and created a function that lets the agent create save text to a file. Unfortunately, when I ask it to write some code...
### Self Checks - [X] This template is only for bug reports. For questions, please visit [Discussions](https://github.com/fishaudio/fish-speech/discussions). - [X] I have thoroughly reviewed the project documentation (installation, training, inference) but...
I want to host a hidden site so only I can connect to it. I read the blog post on encrypted lease sets which describes that you need them to...
### Feature request I would like to be able to update items in my dataset without affecting all rows. At least if there was a range option, I would be...
``` File "/lib/python3.10/site-packages/q8_kernels/integration/utils.py", line 104, in get_attention_func (self_attn_func, self_attn_memory_layout), UnboundLocalError: local variable 'self_attn_func' referenced before assignment ``` This kernel file does not throw an error or use the defaults if...