[06:35:45] hello! [06:35:59] https://www.youtube.com/watch?v=VtZ9LWyJPdc&ab_channel=MLOps.community - very nice intro to kfserving from somebody that we know :) [13:59:22] 10Lift-Wing, 10Machine-Learning-Team: Install Istio on ml-serve cluster - https://phabricator.wikimedia.org/T278192 (10elukey) Today I tried to think about next steps for this task, and I have some thoughts, lemme know :) From T278194#6964746 it seems that we should target istio 1.6.2 for our current environm... [14:35:40] elukey: I approve of everything you said, without reservation. [14:36:22] Also, I now have power for my laptop in the office, but still no joy with the kitchen or anything else. Electrician has been contacted. No ETA yet. [14:37:09] klausman: ahahha I have still no idea what I am talking about, I am trying to install minikube and see what istio images are pulled from dockerhub [14:38:00] istioctl hides everything [14:41:19] (even running minikube on my laptop seems to be a challenge) [14:55:47] 10Lift-Wing, 10Machine-Learning-Team (Active Tasks): Naming convention for the model storage structure - https://phabricator.wikimedia.org/T280467 (10elukey) @Theofpa thanks a lot for all the inputs, looks great. I have a doubt about the dir/subdir paths though, since IIUC Swift doesn't allow nested bucker/con... [16:32:42] elukey: haha yeah i had similar issues running minikube w/ istio on my laptop [16:33:03] just slightly underpowered [16:37:05] 10Machine-Learning-Team, 10ORES, 10artificial-intelligence, 10Analytics, and 2 others: Generate dump of scored-revisions from 2018-2020 for Wikis except English Wikipedia - https://phabricator.wikimedia.org/T280107 (10fdans) a:03JAllemandou [16:44:29] 10Lift-Wing, 10Machine-Learning-Team (Active Tasks): Find a way to store models for Kubeflow - https://phabricator.wikimedia.org/T280025 (10ACraze) > ok if I ask SRE to create an ML account on Thanos Swift then? @elukey - yeah I think we should give this a try and see how it goes. > The persistent volumes in... [17:34:55] I just looked at how nltk is being used in revscoring. It's mostly used for just the stopwords, which is essentially just text files. Maybe we can just copy those files elsewhere and remove the dependency to help reduce the overall size? [17:38:39] i think nltk is pretty bloated at this point and it doesn't make a ton of sense to keep it around if we're not using parsers/algorithms/etc...