CrackerHax
CrackerHax
Using --model_name_or_path hivemind/gpt-j-6B-8bit RuntimeError: The expanded size of the tensor (50257) must match the existing size (0) at non-singleton dimension 0. Target sizes: [50257]. Tensor sizes: [0]
Got this error testing wss client ``` terminate called after throwing an instance of 'boost::exception_detail::clone_impl' what(): context: asio.ssl error Aborted ``` $ ssh -V OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar...
Getting this error running the example project in 4.24.3
Ubuntu 18 gcc 17. Getting this error when connecting. Is this because revision 3 isn't supported? https://github.com/socketio/engine.io-protocol `Program received signal SIGSEGV, Segmentation fault. 0x00005555556eae32 in Poco::(anonymous namespace)::formatOne(std::__cxx11::basic_string&, __gnu_cxx::__normal_iterator&, __gnu_cxx::__normal_iterator const&,...
Will not compile
What do I have to do to keypair.public_key to get it to == keypair._keypair.public_key? I have to send it serialized (as keypair.public_key) and transform it back to the original nacl...
corpus_path: "output/ckpt/RAVDESS" raw_path: "output/ckpt/RAVDESS/450000.pth/data"
Posting this as a new issue in case anybody else has the problem. There might be hacky workarounds for this but it seems to be a pytorch issue: https://github.com/pytorch/pytorch/issues/40497 So...
If I skip training the model it saves fine. It only runs out of memory when saving the model after training. ``` 100%|█████████████████████████████████████████████████████████████████████████████████| 200/200 [16:11> allocated memory try setting max_split_size_mb...
perlin.cpp:119:24: warning: unused variable ‘nx’ [-Wunused-variable] thread_local float nx,ny,nz; ^ perlin.cpp:119:27: warning: unused variable ‘ny’ [-Wunused-variable] thread_local float nx,ny,nz; ^ perlin.cpp:119:30: warning: unused variable ‘nz’ [-Wunused-variable] thread_local float nx,ny,nz; ^...