einzigsue

Results 4 comments of einzigsue

HI @omlins and @staticfloat, Please, it would be super useful. I read the Julia documentation about JULIA_DEPOT_PATH [https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_DEPOT_PATH] and DEPOT_PATH [https://docs.julialang.org/en/v1/base/constants/#Base.DEPOT_PATH] but I don't think it works for me like...

Hi @joa-quim, Thank you for the prompt reply. I will then skip the tests in test_cube.jl or revert back to v0.41.2 for now as I am using GMTver == v"6.3.0"....

same to me with 0.8.2 using cuda 11.3 ``` building 'deepspeed.ops.quantizer.quantizer_op' extension creating build/temp.linux-x86_64-3.9/csrc/quantization /g/data/z00/yxs900/installation/cuda/11.3.0/bin/nvcc -Icsrc/includes -I/g/data/z00/yxs900/installation/pytorch/v1.12.1/lib/python3.9/site-packages/torch/include -I/g/data/z00/yxs900/installation/pytorch/v1.12.1/lib/python3.9/site-packag es/torch/include/torch/csrc/api/include -I/g/data/z00/yxs900/installation/pytorch/v1.12.1/lib/python3.9/site-packages/torch/include/TH -I/g/data/z00/yxs900/installation/pytorch/v1.12.1/lib/python3.9/site-packages/torch/include/THC -I/ap ps/python3/3.9.2/include/python3.9 -c csrc/quantization/dequantize.cu -o build/temp.linux-x86_64-3.9/csrc/quantization/dequantize.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__...

@davidanthoff What the difference between import the geojson file from `url=url` vs from `values=JSON.parsefile(fname)` given fname is the path to the geojson file downloaded from url? It seems the code...