Julien Yao
Julien Yao
Hello! I encountered a similar issue when trying to install from a wheel that is publicly available. I've tried `[[tool.uv.index]]` as well but had no luck. To reproduce: ```sh uv...
Hi @epiniguin ! Thanks for reporting this typo. There will be a fix to this documentation later this week bundling with a couple of documentation updates. Will keep you posted....
@shashi-23 This might be related to your local gcc version (refer to [this issue](https://github.com/Murmele/Gittyup/issues/766)). We built the wheels w/ 11.2.1. You can check your gcc version w/ `gcc --version`. To...
Same issue here. Looking for an update. Thanks!
In our case, we were running `uv sync` in the github ci action within our internal organization, with a dependency to `repo-a` which is another internal repo. No access token...
Thank you for the quick reply! Since the failure comes from github actions (ci), the way we can provide access token is using `secrets.GITHUB_TOKEN` ([ref](https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication)). What would be the best...
Bouncing off ideas here -- in SeamlessNext I implemented a simple cli class (w/ tests and examples in this [commit](https://github.com/fairinternal/seamless_next/pull/719/commits/afb4f9a0f31950a55cf6e26151d19cbc08fd3a17)) that handles the config file, config overrides, dump configs etc.
@LPX55 thanks for the mention! Documentation is OTW and you can find the latest build with our [nightly documentation](https://facebookresearch.github.io/fairseq2/nightly/index.html). @zhhao1 @alvations Please take a look at [this tutorial](https://facebookresearch.github.io/fairseq2/nightly/tutorials/end_to_end_fine_tuning.html) and let...
Closing this now. Please let us know if there's any documentation you want to see.