HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mostdataisnice

no profile record

comments

mostdataisnice
·3 वर्ष पहले·discuss
What it comes down to is a strong, dogmatic belief at Tesla that vision will solve all problems. It's not aligned with reality unfortunately
mostdataisnice
·3 वर्ष पहले·discuss
This is the clearest example of an attention grab I have seen - it does nothing for commercial use of Llama unless they provide a version of the weights produced by them and not Facebook. (and they don't...they ask you to download them from Facebook's repo)
mostdataisnice
·4 वर्ष पहले·discuss
fwiw - the lead authors on that linked paper are all grad students not employed at Databricks. That being said, they're advised by Databricks people
mostdataisnice
·4 वर्ष पहले·discuss
As someone replied above, it's because SQL is just 1 backend and it's weird to expose an API that only works on 1 backend. Once you have many devs working together, you need a remote server. If you have a remote abstracted backend, it needs to have a unified API surface so the same client can talk to any backend. You might argue "This interface should be SQL", and to that I would say there are many file stores (like your local file system) that are not easy to control with SQL.
mostdataisnice
·4 वर्ष पहले·discuss
Where does the article say that?
mostdataisnice
·4 वर्ष पहले·discuss
SQLite is literally a backend for MLflow, so the argument being made really is that you should just use SQL when you can, which is kind of adjacent to any criticisms of MLflow