Last seen: kwi 1, 2025
example /etc/apache2/conf-enabled/awstats.conf apache file ScriptAlias /awstats/ /usr/lib/cgi-bin/ Alias /awstats-icon/ /usr/share/awstats/icon/ A...
Open power shell as administrator type: wsl --shutdown Disable disk compression! Right click on *.VHDX file of system (in my case is ext4.vhd...
yt-dlp --sub-langs all --write-subs --skip-download/span>
Name: Smart Life - Smart Living url:
make sure that are you using right import, change from lightning.pytorch.tuner import Tuner to from pytorch_lightning.tuner import Tuner
In my case that was just changing special token from tokenizer.add_special_tokens({'pad_token': '[PAD]'}) to tokenizer.pad_token = tokenize...