kionite231@lemmy.ca to Linux@lemmy.worldEnglish · 3 months agoIs there any Linux distros which utilizes AI into the OS something like Gemini CLI?message-squaremessage-square8linkfedilinkarrow-up16
arrow-up16message-squareIs there any Linux distros which utilizes AI into the OS something like Gemini CLI?kionite231@lemmy.ca to Linux@lemmy.worldEnglish · 3 months agomessage-square8linkfedilink
minus-squarecomador @lemmy.worldlinkfedilinkEnglisharrow-up8·edit-23 months agosudo apt-get update sudo apt-get install python3-pip pip3 install tensorflow or sudo dnf install tensorflow pytorch python3 my_ml_script.py There, now you have Tensorflow, which is about as good as it gets on most distros.
sudo apt-get update
sudo apt-get install python3-pip pip3 install tensorflow
or
sudo dnf install tensorflow pytorch python3 my_ml_script.py
There, now you have Tensorflow, which is about as good as it gets on most distros.