phil

Results 7 comments of phil

I also ran into that using RHEL 7 (on a managed HPC system I have no ability to upgrade) with glibc 2.17 (from `ldd --version`) I managed to build from...

Hi @amtam0, I followed the [build instructions](https://huggingface.co/docs/bitsandbytes/main/en/installation#:~:text=Now%20to%20install%20the%20bitsandbytes%20package%20from%20source%2C%20run%20the%20following%20commands%3A) in the documentation; without containers, just a pip environment. Just make sure to have appropriate versions of gcc cmake and cuda, and you...

Here's a snippet for running the output data in the notebook through the pipeline: ```py df = pd.read_csv(io.StringIO(''' query,response (after),rewards_src "Oh dear,",I must say that I are hanging my head...

I still have the results from full training runs I did on both versions of the notebook: Using the existing notebook (both training and eval metric were wrong): ![before](https://github.com/huggingface/trl/assets/11079485/0531d26c-06ac-4f71-94fd-bb9b87bdb8f1) And...

@vwxyzjn I refreshed the output table using the new results I got; I think they show the delta between the models pretty well. Also, here are the logs for the...

@vwxyzjn have you had a change to look at this since?

While not useful for this exact issue, when the ssh command is known this can be used: ``` ssh -t "bash -ic '; bash -l'" # e.g.: create ssh tunnel,...