Hugh Phoenix-Hulme
Hugh Phoenix-Hulme
So here's the thing: My camera is hanging underneath my monitor. That means when I'm in a conference call, my eyes are looking above the camera instead of below it,...
Another change I've made for myself is to break every _n_ iterations (after checkin) and await user input. If I input `Y` it reloads the image from disk and reinitialises...
I have a cut of this code from a week or two ago. Funnily enough I also added the option to run it on another GPU. When I do choose...
``` /usr/local/cuda-11.1/bin/nvcc -I/home/hugh/anaconda3/envs/gptserv/lib/python3.9/site-packages/torch/include -I/home/hugh/anaconda3/envs/gptserv/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/home/hugh/anaconda3/envs/gptserv/lib/python3.9/site-packages/torch/include/TH -I/home/hugh/anaconda3/envs/gptserv/lib/python3.9/site-packages/torch/include/THC -I/usr/local/cuda-11.1/include -I/home/hugh/anaconda3/envs/gptserv/include/python3.9 -c csrc/multi_tensor_adagrad.cu -o build/temp.linux-x86_64-3.9/csrc/multi_tensor_adagrad.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DVERSION_GE_1_5 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="_gcc" -DPYBIND11_STDLIB="_libstdcpp" -DPYBIND11_BUILD_ABI="_cxxabi1011" -DTORCH_EXTENSION_NAME=amp_C...
Am I not meant to use this xml file? ``` RuntimeError: Unable to process some data while parsing '/home/arch/openstreetmap-carto/osm.xml': * attribute 'maximum-scale-denominator' with value '25000000' at line 0 * attribute...
Hi, I'm using the JetBrains CoPilot plugin which is not configurable. I've tried setting api.openai.com in my hosts file, but the server isn't being hit. Is it a different hostname,...
```sh lrwxrwxrwx 1 hugh hugh 76 Dec 5 23:58 mf.dll -> /home/hugh/.steam/compatibilitytools.d/Proton-5.21-GE-1/dist/lib/wine/mf.dll ``` The upshot is that it cannot be modified and I get a Permission denied error: ```sh $...
This is with fasttext 0.9.2 ``` (pile) hugh@gpuserver:/mnt/store2/the-pile$ python the_pile/pile.py --interleave_output 30 --using pile_repro Traceback (most recent call last): File "the_pile/pile.py", line 3, in import fasttext File "/home/hugh/anaconda3/envs/pile/lib/python3.7/site-packages/fasttext/__init__.py", line 12,...
This error occurs when running CRWKV.ONNX.Test. ``` Input Model Name (RWKV_32_2560_16.onnx): RWKV-4-Raven-3B-v11-Eng99-Other1-20230425-ctx4096_32_2560_16.bin Loading... Unhandled exception. Microsoft.ML.OnnxRuntime.OnnxRuntimeException: [ErrorCode:InvalidProtobuf] Load model from /home/hugh/RiderProjects/CSharp-RWKV-V4/CRWKV.ONNX.Test/bin/Debug/net6.0/Model/RWKV-4-Raven-3B-v11-Eng99-Other1-20230425-ctx4096_32_2560_16.bin failed:Protobuf parsing failed. at Microsoft.ML.OnnxRuntime.NativeApiStatus.VerifySuccess(IntPtr nativeStatus) at Microsoft.ML.OnnxRuntime.InferenceSession.Init(String modelPath,...