china🇨🇳@lemmy.ca to Linux@lemmy.worldEnglish · 3 days agoIs there any Linux distros which utilizes AI into the OS something like Gemini CLI?message-squaremessage-square9linkfedilinkarrow-up14arrow-down141
arrow-up1-37arrow-down1message-squareIs there any Linux distros which utilizes AI into the OS something like Gemini CLI?china🇨🇳@lemmy.ca to Linux@lemmy.worldEnglish · 3 days agomessage-square9linkfedilink
minus-squarecomador @lemmy.worldlinkfedilinkEnglisharrow-up6·edit-23 days 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.