huggingface / huggingface/fuego

add `command` support

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
87
Forks
9
Avg merge
6m
Merged PRs (30d)
1

Description

Right now we construct the `command` to run under the hood using `python {script} {script_args}`, where {script_args} are the kwargs dict converted to string flags. We should add optional `command` flag that lets user just specify the full command themselves. In this case, script args passed to kwargs are ignored, and the command runs as specified.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files or tests are named in the issue. Locate the code that constructs the current `python {script} {script_args}` command, then trace how kwargs become script flags. Done means an optional `command` value runs unchanged while kwargs-derived script arguments are ignored; otherwise the existing command behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cloud
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.