I see now, didn’t notice the nightly toggle on the top right of the docs page. Looks like when I navigated to the docs it defaulted to the nightly version.
Thanks for clearing that up!
A couple pieces of feedback that are worth mentioning:
The nightly docs defaulted for me, even though when I navigated to the quickstart guide, I clicked on the “Stable” tab. I also checked my local storage and can see the “stable” property is set, but the page continues to show the nightly docs until I explicitly click on 25.3
More a stylistic point, the nightly icon is a crescent moon which is very similar to the dark mode icon. Having these next to each other could be confusing. Probably why I missed it. I have a big monitor so might just be a “me-thing” but when I see the top right of the page and don’t focus in on it, I just see the crescent moon which makes me thing it’s just the dark mode icon.
I believe the code example in the github repo also needs to be updated. Whether you’re on nightly or stable, when you use the hyperlink to navigate to the github repo, it still has the nightly code example. Probably a good idea to create two separate example directories to account for the deviations between nightly and stable and navigate to the correct one based on the doc type.
Happy to help contribute for any of these changs. Love what modular is doing and the overall mission of the company. Keep up the great work!
Regarding #1, this is definitely something we need to solve. I did anticipate this kind of mismatch in the API behavior when we added the Nightly/Stable tabs in the quickstart, but honestly thought the API wasn’t going to change right away.
As for #3, that’s an unknown bug! It should work the way you expect, so I should be able to fix that quickly. Thank you!
Actually, @valon , I can’t reproduce the #3 problem. Can you please clarify which hyperlink you’re using? (When I click “Get the code” from the stable version of the Offline inference guide, I see the correct code.)
The hyperlink I’m clicking on is the “Offline inference exampe” hyperlink which leads to the same link for nightly and stable. The “Get the code” link you’re referring to does indeed link to the correct reference code for stable and nightly.