-
MTL 32GB mem baichuan13B got error.
The input prompt and input token can be found following:
```
token count input: 1036
input: 根据以下信息回答问题。 回答的语种与问题的语种一致。
ADS 使用向导
通过 ADS 考试
为了确保您能充分理解 AD…
-
In our other comically long conversation (https://github.com/JuliaML/Roadmap.jl/issues/8#issuecomment-229838082), we came up with the following types:
```
abstract Cost
abstract Loss
-
### 🐛 Describe the bug
Hi,
I have encountered some unexpected behavior with mixing torch.jit.script and torch.jit.trace. Here’s a example to reproduce.
```python
import torch
import numpy as …
-
For use with coded wire tag (CWT) data, it would be great if the tag rates of different stocks could be passed as data (e.g., if only 25% of smolts receive CWTs in one hatchery and 10% in another), wh…
-
Hello,
A useful feature would be to add the information gain as defined p.17 of https://web.stanford.edu/~jurafsky/slp3/4.pdf. That would be a pretty useful metric.
What do you think?
Thanks!
-
Before we can replace the C backend, we need to make sure all the existing C implementations for `Op`s have Numba equivalents. Let's look through the codebase and list the remaining `Op`s here.
-
At PyParis @ogrisel and me and some others thought that using [cysignals](http://cysignals.readthedocs.io/en/latest/interrupt.html#basic-example) to catch keyboard interrupts would be cool. Unfortunat…
-
**Describe the bug**
On 2x4090 `TheBloke/Llama-2-70B-chat-GPTQ` fails with:
```
Traceback (most recent call last):
File "/app/llama2.py", line 46, in
output = model.generate(inputs=input…
-
SEVERE: GeneratorInfo annotation is not found from class `lphy.base.distribution.Multinomial` !
SEVERE: GeneratorInfo annotation is not found from class `lphy.base.evolution.coalescent.populationmo…
-
I download model to local machine. then use FastChat env. so I don't need create another env for MOSS. it works!
Because 24G is not enough to MOSS( fnlp/moss-moon-003-sft), I try load model in 8 bit.…