-
The official ollama supports this model in v0.3.4
[https://github.com/ollama/ollama/releases/tag/v0.3.4](https://github.com/ollama/ollama/releases/tag/v0.3.4)
Tried with ollama in 2.1.0b20240820, …
-
This is with a freshly downloaded and installed version of forge
When running any model, images generate with no problem. When using the Flux NF4 model, images still also generate no with no issues…
-
An obvious feature to me, but also not one that is simple to implement - is speculative sampling on the road map?
The idea would be using a second tiny-model combined with e.g. for greedy validatio…
-
### System Info
```
Traceback (most recent call last):
File "/home/acer/FlagAI/examples/vit_cifar100/train_deepspeed.py", line 69, in
loader = AutoLoader(task_name="classification",
Fi…
twmht updated
11 months ago
-
环境:windows10 CPU Core i7
```
conda create -n audio python=3.9 libuv
conda activate audio
pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
pip install pytest-runner paddlespeech=…
-
pt.text.sliding() uses iterrows() this could probably be faster.
-
Is there a way to log and view my training and validation accuracy in wandb??
-
**Describe the bug**
*A clear and concise description of what the bug is.*
On my M1 Mac, the convert script throws an unexpected error when I try to use it on my model.
**How to reproduce**
*S…
-
Hi !
I am checking out BLIP-2 and trying to caption some images with `generate`.
I get an error :
```
caption = model.generate({"image": image.float()}, use_nucleus_sampling=True, num_cap…
-
OOM error when loading flan-tf-xxl model for inference. The model was able to load perfectly without deepspeed, just by using the standard code in huggingface transformers. It used approximately 20+ G…