Alejandro Rodríguez Salamanca

Results 25 comments of Alejandro Rodríguez Salamanca

I have been able to trace it with `dtruss` and I can share the logs if needed.

It might be correct. `xcodebuild` sometimes executes 0 tests but doesn't fail https://www.alexrs.me/2018/testing-is-hard-xcodebuild-test-only-testing

Still happening in `v4.19.2`. ```py # Shows 0 in the frontend num = gr.Number(minimum=0.0, maximum=1.0, step=0.1) # Shows 0 in the frontend num = gr.Number(minimum=0.0, maximum=1.0, step=0.1, value=None) # Shows...

I'm having the same problem with: ```go package cmd import ( "fmt" "github.com/spf13/cobra" ) var ( // Used for flags. Region string Test string rootCmd = &cobra.Command{ Use: "cli-test", }...

An animation like PageCurl would be awesome.

Thanks for the ping @BenjaminBossan Hi @Abdullah-kwl, the code I wrote for #980 is very outdated. The HF folks have been shipping lots of code lately! 👏 I guess this...

Hi @Abdullah-kwl I found some time to prototype an implementation. You can find it in https://github.com/huggingface/peft/pull/1701 It is still work in progress, I did not do any manual testing to...

@BenjaminBossan Ready for review! 👀

Hey @BenjaminBossan. I made some changes: - Re-factored the tests to include `_test_weighted_combination_of_adapters_lora` and `_test_weighted_combination_of_adapters_ia3`. These methods are called from `_test_weighted_combination_of_adapters`. - Added a short section to the docs. Let...

I'd like to help with this!