-
The new version of Stack doesn't generate `.dump-hi` files anymore (https://github.com/commercialhaskell/stack/pull/4804).
The workaround is to tell stack to generate them: `--ghc-options "-ddump-t…
ghost updated
4 years ago
-
Creating a `requirements.txt` file might help users for dependencies :)
-
Can you add a requirement.txt file of this project as I am getting different issues related to in compatible version of different modules
-
Many versions have been updated, and there is still no highlight for C/C++. I really need this.
Developers can specifically for the development of syntax highlighting module. Can later do more expansi…
zbooa updated
4 years ago
-
G'day,
First of all I would like to thank you for such a useful program. I have been able to run with using the pre-trained models without any issues. However, when I try training with my own selec…
-
Hi! Sorry if this is a silly question - I've just started using mistletoe today! (I really like the interface, thank you for your work!)
I'd like to implement an `[embed]: (file.txt)` token, which …
-
### Model Series
Qwen2.5
### What are the models used?
Qwen2.5-0.5B-Instruct
### What is the scenario where the problem happened?
train Qwen2.5-0.5B-Instruct in transformers library for vision la…
-
### Willingness to contribute
No. I cannot contribute a bug fix at this time.
### MLflow version
1.26.0
### System information
- Fedora 3.38.5
- Python 3.8.10
### Describe the problem
As can…
-
I appreciate:
> compress_html:
> comments: ["\"]
> Whitespaces around the tags prevent conditional comments from being deleted.
So I have, for example, made some comments like this ``.
``'s …
-
\b while being used in pynb shows behaviour of a backspace.
`print("HELLO\b\bD")`
should produce output as
`HELDO`
but rather it prints
`HELD`
working similar to a backspace.