-
| --- | --- |
| Bugzilla Link | [526813](https://bugs.eclipse.org/bugs/show_bug.cgi?id=526813) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Nov 03, 2017 08:01 EDT |
| Modified | Mar…
-
root@container-715b4abffa-ae32ab74:/data/shared/Qwen/Qwen# export CUDA_VISIBLE_DEVICES=0,1,2
root@container-715b4abffa-ae32ab74:/data/shared/Qwen/Qwen#
root@container-715b4abffa-ae32ab74:/data/shar…
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
```
software -> celery:4.0.2 (latentcall) kombu:4.0.2 py:2.7.10
billiard:3.5.0.2 redis:2.10.5
plat…
-
Please answer these questions before submitting your issue. Thanks!
when calling get_column for a table,
the rationale behind it was an "optimization" that was implemented to load eagerly and cac…
-
A query with an `includes` method calls the normal query and bypasses the future.
-
https://github.com/bojone/P-tuning/blob/aec82943f21268a6c813877ac055631e57cb96c3/bert.py#L122
苏神,再用P-tuning代码保存为h5格式后,转pb文件时(参考https://github.com/bojone/bert4keras/issues/194),会报错ValueError: Unknown …
-
### Your current environment
vllm ver: 0.6.3.post1
### Model Input Dumps
_No response_
### 🐛 Describe the bug
as suggested by vllm team, I set `tokenizer_mode= "mistral" if llm_name.startswith('…
-
### Your current environment
```
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC versio…
-
I'm not sure if this is an issue with tapioca or with the downstream gem, but figured I'd report here and you can tell me to go away if necessary :)
To replicate:
- `rails new tapioca-bug`
- Add `g…
-
I create models: Clinic, Service, ClinicService (pivot) + ClinicServiceTranslable
Clinic model
```
class Clinic extends Model
{
use HasFactory, Translatable;
protected $fillable = …