Initialization

Download iso file and burn it to usb:

Operating system images

You don't need a display!

network - wifi

Create /etc/network/interfaces.d/wlan0 file with:

auto wlan0
iface wlan0 inet static
#iface wlan0 inet6 dhcp
    address 192.168.1.200
    netmask 255.255.255.0
    gat...

If you encounter a black screen during boot after 2 hours of code compilation like me, do not panic!

You probably have a problem with driver for graphics card. Please check "The screen goes blank during the boot process" section from Troubleshooting guide

Getting Started

setup with Python virtual environment

You can verify the installation by running:

>>> import transformers

I would like to list some common issues:

some more lines

extra lines

there is a bug

line

line

line

line

line

Issues

  • >>> import transformers
    T...