-
### Your current environment
```text
python benchmark_serving.py --backend tgi --model /model/Mixtral_email_sft --dataset /usr/src/dataset/ShareGPT_V3_unfiltered_cleaned_split.json --port 8080 --num…
-
**Bug Report**
```python
from typing import TypeVar, overload
_T = TypeVar("_T")
@overload
def getenv(key: str) -> str | None: ...
@overload
def getenv(key: str, default: _T) -> str | _…
-
node v22.11.0
yarn 1.22.22
typescript@3.5.2
C:\Users\xxxxxx\Downloads\GitkrakenCrack\GitkrakenCrack\GitCracken>yarn build
yarn run v1.22.22
warning ..\..\..\..\package.json: No license field
$ r…
-
Given any Unit in the datawarehouse get the correct value of dwc:coordinateUncertaintyInMeters (value should be NULL when appropriate).
Currently we are using the value of "gathering.interpretations.…
-
```py
class A: ...
A() or 1 # error, we know that it's not a subtype that has an `__eq__`
reveal_type(A()) # Exactly[A]
def f(a: A):
a or 1 # no error
reveal_type(a) # A
```
```py
c…
-
Is this a bug?
-
with Llama-3.1-7B
load the model:
```txt
==((====))== Unsloth 2024.10.0: Fast Llama patching. Transformers = 4.44.2.
\\ /| GPU: NVIDIA GeForce RTX 3090. Max memory: 23.7 GB. Platform …
-
您好,我想运行的代码infer_gpt.py,输入python infer/infer_gpt.py gpt-4o cot vision
但是报如下错误,报错函数在vision_mmmu_doc_to_visual(doc)
Generating train split: 1730 examples [00:03, 455.85 examples/s]
Begin processing vi…
-
### Describe the issue
Issue:
Hello!
I finetuned a model using finetune_qlora.sh where PROMPT_VERSION="llava_llama_2" and MODEL_VERSION="llama-2-7b-chat". This outputted the files below. I could…
-
When I attempted to use the TSC function, I encountered some errors. Could you assist me in resolving these issues?
dls = TSDataLoaders.from_dsets(dsets.train, dsets.valid, bs=[64, 128], batch_tfms…