D Liebman

Results 10 comments of D Liebman

I would like to fine tune pytorch gpt2 on an English corpus. Is the openai code pytorch or tf? Are there examples online in pytorch?

ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found I get this error too. I'm using raspberrypi Buster. It seems libstdc++.so.6 in FC30 might be ahead of Buster on the raspberry pi. What...

I'm trying to follow your instructions but use fc29. It might be a dumb idea but the build isn't finished yet. I'll tell you how it goes. On Mon, Sep...

I am interested in running a torch model on the raspberry pi 4. It has python 3.7 I got a virtualbox instance and I installed FC29 on it. I run...

how do i share my wheel?

I forked the repo and changed/added my whl file. See here: https://github.com/radiodee1/pytorch-arm-builds . Funny thing is, the author of the commit was recorded as someone else, not me.

Though I would agree that nested virtualization is not generally a good idea, I want to note that that is exactly what I did and I ended up with a...

I made the change you suggested, but the error message I got remained unchanged. This does not work for my original problem. Also, I replaced line 95, not 96. Maybe...

I came back to this today. Below is some of my output again. Downloading arch independent packages ======================================================================== Deleting regex-2022.8.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Downloading https://files.pythonhosted.org/packages/f7/e1/8b46ff54516faea4ea9469c4f5b50f2e9e73131f54d19e6827141698a822/regex-2022.8.17.tar.gz Traceback (most recent call last): File "/home/dave/workspace/electron-gpt/flatpak/./tools/pip/flatpak-pip-generator", line...

Hi, so the answer to my problem is complex. I want to use a python library that is like pytorch. This library is not on a public repository, and only...