Noah Gil
Noah Gil
Similar to how you can define [tags in .gitlab-ci.yml](https://docs.gitlab.com/ee/ci/yaml/#tags), it would be helpful if Workers had a set of tags that specify the kinds of Tasks they are willing to...
BooleanOptionalAction does not correctly resolve arguments that are defined as starting with "--no-"
# Bug report ### Bug description: When using argparse to define a BooleanOptionAction that starts with "--no-", it is not possible to set the flag as True. This is counterintuitive,...
In [Chapter 11 Section 2](https://huggingface.co/learn/llm-course/en/chapter11/2#base-models-vs-instruct-models), the link in the following line directs the user to a configuration item, not a guide: > Here’s a guide on [ChatML](https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct/blob/e2c3f7557efbdec707ae3a336371d169783f1da1/tokenizer_config.json#L146) This is also...