Re: Installing openAI's GPT-2 Ada AI Language Model
Date: Fri, 21 Apr 2023 10:39:33 UTC
You don't need bhyve to make that,but only the Linuxulator. I don't think the type of cpu will make any difference. I've used the Intel I9 cpu. I tried FreeBSD 13.1 and I haven't found problems. For sure using python env is tricky,but if you have the thinkering attitude,you will have some fun. On Fri, Apr 21, 2023 at 12:26 PM Aryeh Friedman <aryeh.friedman@gmail.com> wrote: > The more I am fighting with it in linux (only thing there is docs for) > the more obvious it just doesn't work on > > On Fri, Apr 21, 2023 at 6:19 AM Mario Marietto <marietto2008@gmail.com> > wrote: > > > > Can't you install pytorch using the linux miniconda installer like below > ? > > > > # fetch > https://gist.githubusercontent.com/shkhln/40ef290463e78fb2b0000c60f4ad797e/raw/f640983249607e38af405c95c457ce4afc85c608/uvm_ioctl_override.c > > > > # /compat/ubuntu/bin/gcc --sysroot=/compat/ubuntu -m64 -std=c99 -Wall > -ldl -fPIC -shared -o dummy-uvm.so uvm_ioctl_override.c > > > > # pkg install linux-miniconda-installer > > # miniconda-installer > > # bash > > # source /home/marietto/miniconda3/etc/profile.d/conda.sh > > # conda activate > > > > (base) # conda activate pytorch > > > Will this work a bhyve on an AMD Ryzen 5 host? After playing with it > in several linux instances I always get stuck when it can't find a > compatible version > > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > -- Mario.