One of the reasons I really like Javascript is that I can define the version of scripts I use. My main teaching TensorflowJS site at
which for some pages uses the ~5 years old <script src="
https://cdn.jsdelivr.net/npm/@tensorflow/tf...@1.0.0"> </script> and still works even though TFJS is now running V4.22.0. I know chrome does not like people using old versions, so is that basically the concept with Chrome Built-in-AI, the most up-to-date version is the one everyone uses?
Is there a way to tell which version has been downloaded? Does the session script always check if you are online and a newer version should be downloaded? Can a new or older version be manually installed?
Just curious.