cesarali / fimodemix

Foundation Models for ODE
0 stars 0 forks source link

Basic Set UP #5

Open cesarali opened 3 weeks ago

cesarali commented 3 weeks ago

This is pretty much what I told you guys already so to get things going on.

DO NOT USE THE A100 GPUs

Maria

George

Purity

georgeegan98 commented 3 weeks ago

are we wanting to create our branchs off of "cesar" or "main" branch?

"main" looks like it hasnt been pushed to for a while / doesnt have the updated "read me" mentioned above.

alegremora commented 3 weeks ago

These are the steps of what I did :)

  1. clone the repo https://github.com/cesarali/fimodemix.git
  2. create maria branch 2.1 git checkout main # Switch to the base branch 2.2 git checkout -b maria # Create and switch to the new branch 2.3 git push -u origin maria # Push the new branch to the remote repository
  3. update your branch maria with the changes from the cesarali branch 3.1 git checkout maria 3.2 git merge origin/cesar 3.3 git push origin maria
cesarali commented 2 weeks ago

are we wanting to create our branchs off of "cesar" or "main" branch?

"main" looks like it hasnt been pushed to for a while / doesnt have the updated "read me" mentioned above.

for now use the cesar branch, you should tolerate a level of ambiguity in the tasks ;)

cesarali commented 2 weeks ago

These are the steps of what I did :)

  1. clone the repo https://github.com/cesarali/fimodemix.git
  2. create maria branch 2.1 git checkout main # Switch to the base branch 2.2 git checkout -b maria # Create and switch to the new branch 2.3 git push -u origin maria # Push the new branch to the remote repository
  3. update your branch maria with the changes from the cesarali branch 3.1 git checkout maria 3.2 git merge origin/cesar 3.3 git push origin maria

This look nice, however I wont be able to check all details, I will try to answer here ONLY problems regarding development, but you should try to provide solutions yourself even if is not clear, in the next meeting we should clarify the results expected