Jenny Chen

Results 4 comments of Jenny Chen

I'm having the same issue `warning: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found] In file included...

I think the solution is to add "-stdlib=libc++" to your extra_compile_args of setup.py and `export MACOSX_DEPLOYMENT_TARGET=10.10` or whatever version you're on.

@soluwalana we discussed offline and agreed to merge this PR first, then rebase #13367 to add additional features

just merged #13273. when you rebase you can make `use_hf_tokenizer_chat_template: bool = True` in ChatDataModule to enable chat template by default for tool calling. Would also be good to update...