-
- [x] Change the "costs" fields to free text (cost per m^2)
- [x] Assure that the new cost fields are shown in all relevant views
- [x] [Implement new data model (node) for "adaptation strategy"](ht…
-
[p0734r0](https://wg21.link/p0734r0) added new forms of overloadable declaration that we need to mangle. For instance, we now need to distinguish:
```
template concept A = ...
template concept B …
-
### System Info
- `transformers` version: 4.43.0.dev0
- Platform: Linux-6.5.0-35-generic-x86_64-with-glibc2.36
- Python version: 3.11.9
- Huggingface_hub version: 0.23.4
- Safetensors version: …
-
### 🐛 Describe the bug
I met the following error when run **torchdynamo.export** and **capture_pre_autograd_graph**:
```
Traceback (most recent call last):
File "/workspace/code/qat/train.py", l…
ghost updated
1 month ago
-
Hi
Following on from #666 - I found the reason why I wasn't using the `CPModelProto`. I've got some custom cutting planes I'm implementing over a SAT model and using the CutGenerator callbacks.
…
-
| --- | --- |
| Bugzilla Link | [420821](https://bugs.eclipse.org/bugs/show_bug.cgi?id=420821) |
| Status | CLOSED FIXED |
| Importance | P3 normal |
| Reported | Oct 31, 2013 12:10 EDT |
| Modif…
-
Participants can define their own tasks. We broadly categorize all tasks into the following 3 types. Below are a few examples for each type as a reference. Prizes will depend on the usefulness, qualit…
-
Please see this ticket for more information on the task:
https://github.com/OCNS/SoftwareWG/issues/61
We would like to set up a task force to deliver the first version of a resources that allows…
-
I'm trying to instruction tune llava-next models following the llava_vsft.py examples shared for llava-1.5.
```
python vsft.py \
--dataset_name="HuggingFaceH4/llava-instruct-mix-vsft" \
--…
-
I saw Megatron-LM has supported asynchronous checkpoint saving since v0.7.0.
@sbak5 I did some test on this feature and saw it benefits a lot. I tried to dive into it and found the ckpt's format has …