Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F57269258
Results of deploying and testing langid model-server that was migrated to src dir
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
kevinbazira
Aug 12 2024, 12:14 PM
2024-08-12 12:14:48 (UTC+0)
Size
971 B
Referenced Files
None
Subscribers
None
Results of deploying and testing langid model-server that was migrated to src dir
View Options
# pod running in eqiad
kevinbazira@deploy1003:~$ kube_env llm ml-serve-eqiad
kevinbazira@deploy1003:~$ kubectl get pods
NAME READY STATUS RESTARTS AGE
langid-predictor-default-00008-deployment-5d9cd57bfc-5djpd 3/3 Running 0 83s
# pod running in codfw
kevinbazira@deploy1003:~$ kube_env llm ml-serve-codfw
kevinbazira@deploy1003:~$ kubectl get pods
NAME READY STATUS RESTARTS AGE
langid-predictor-default-00006-deployment-54547c56d4-xbgd7 3/3 Running 0 10s
# isvc run successfully
kevinbazira@deploy1003:~$ curl "https://inference.svc.codfw.wmnet:30443/v1/models/langid:predict" -X POST -d '{"text": "Some sample text in any language that we want to identify"}' -H "Host: langid.llm.wikimedia.org"
{"language":"eng_Latn","wikicode":"en","languagename":"English","score":0.4073379337787628}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18753336
Default Alt Text
Results of deploying and testing langid model-server that was migrated to src dir (971 B)
Attached To
Mode
P67272 Results of deploying and testing langid model-server that was migrated to src dir
Attached
Detach File
Event Timeline
Log In to Comment