Skip to content

Conversation

@kamran-rapidfireAI
Copy link
Collaborator

Changes

  • Add logos/links to Colab notebook.
  • Replace 'Dispatcher Service' internal terminology with "API Server" because we use the latter in our docs.

Testing

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have tested this change manually
  • I have tested this change in the following environments:
    • Local development
    • Docker environment
    • Other: _______________

Screenshots (if applicable)

Add screenshots to help explain your changes.

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Performance Impact

If this PR affects performance, describe the impact and any optimizations made.

Related Issues

Fixes #(issue number)
Closes #(issue number)
Related to #(issue number)

@kamran-rapidfireAI
Copy link
Collaborator Author

image

@arun-rfai arun-rfai self-requested a review October 14, 2025 06:58
arun-rfai
arun-rfai previously approved these changes Oct 14, 2025
Copy link
Collaborator

@arun-rfai arun-rfai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Also delete the execution count metadata leftover on the other cells.

Copy link
Collaborator Author

@kamran-rapidfireAI kamran-rapidfireAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed execution counts.

Copy link
Collaborator

@arun-rfai arun-rfai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 more edits to suggest:

  1. Replace install source for now: "pip install rapidfireai" -> "pip install rapidfireai==0.11.1rc3"

  2. Add an "IMPORTANT: Do not let the Colab notebook tab stay idle for more than 5min; Colab will disconnect otherwise. Refresh the TensorBoard screen or interact with the cells to avoid disconnection." somewhere prominent, perhaps near the top.

  3. Move the "Start TensorBoard" section (text cell and code cell) to just before the "Run Training+Validation"/run-fit cell. Otherwise one has to keep scrolling up and down for IC Ops and seeing the plots.

…tall rapidfireai==0.11.1rc3"

Add an "IMPORTANT: Do not let the Colab notebook tab stay idle for more than 5min; Colab will disconnect otherwise. Refresh the TensorBoard screen or interact with the cells to avoid disconnection." somewhere prominent, perhaps near the top.

Move the "Start TensorBoard" section (text cell and code cell) to just before the "Run Training+Validation"/run-fit cell. Otherwise one has to keep scrolling up and down for IC Ops and seeing the plots.
@kamran-rapidfireAI
Copy link
Collaborator Author

image

@kamran-rapidfireAI
Copy link
Collaborator Author

@arun-rfai
image

@arun-rfai
Copy link
Collaborator

A few more changes based on latest install and runtimes:

  1. pip install rapidfireai # Takes 3min -> Takes 1min
    rapidfireai init # Takes 1min -> Takes 0.5min

  2. Add a section at the end displaying where the RapidFire AI log files are and show their contents:


View RapidFire AI Log Files

You can track the work being done by the system via the RapidFire AI-produced log files:

!ls
!ls rapidfire_experiments/
!tail -n 20 rapidfire_experiments/rapidfire.log
!tail -n 20 rapidfire_experiments/training.log

Copy link
Collaborator

@arun-rfai arun-rfai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 more changes pending for later

@arun-rfai arun-rfai merged commit 806d5c4 into main Oct 14, 2025
@arun-rfai arun-rfai deleted the chore/logo-links branch October 14, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants