Cross
Cross
``` C:\Users\micro\Downloads\ggml\build>make -j4 gpt-2 gpt-j make: *** No rule to make target `gpt-2'. Stop. C:\Users\micro\Downloads\ggml\build> ``` What does this mean?
I tried setting it up but it refuses to inference with the model https://docs.together.ai/reference/completions
Allows for users to be able to create their own workspaces and be isolated from one another, basically a public mode!
Error
``` Traceback (most recent call last): File "/workspace/generative-models/.pt2/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script exec(code, module.__dict__) File "/workspace/generative-models/scripts/demo/sampling.py", line 304, in state2 = init_st(version_dict2, load_filter=False) File "/workspace/generative-models/.pt2/lib/python3.10/site-packages/streamlit/runtime/caching/cache_utils.py", line 212, in wrapper return...
It seems you are forced to also encrypt it for a recipient.
IFRNet: https://github.com/ltkong218/ifrnet Even has an ncnn version: https://github.com/nihui/ifrnet-ncnn-vulkan It seems to score much higher than even XVFI according to the papers at: https://paperswithcode.com/sota/video-frame-interpolation-on-vimeo90k (scoring second against many algorithms) This would...
I can do it fine on desktop, but there is no stream option on android. Only the option to play from url or local file.
``` Calculating on key information...panic: crypto/elliptic: Add was called on an invalid point goroutine 7213 [running]: crypto/elliptic.(*nistCurve[...]).Add(0x15cb340?, 0xa3b9d2, 0x68?, 0x11680a0?, 0xc00102c201?) C:/Program Files/Go/src/crypto/elliptic/nistec.go:181 +0xb5 github.com/schollz/pake/v2.(*Pake).Update(0xc0011ac360, {0xc001ec2000, 0x645, 0x645}) C:/Users/micro/go/pkg/mod/github.com/schollz/pake/[email protected]/pake.go:236 +0xbd7...
``` C:/Users/cross/Downloads/w64devkit/bin/ld.exe: ggml.o:ggml.c:(.text+0x1a892): undefined reference to `cblas_sgemm' C:/Users/cross/Downloads/w64devkit/bin/ld.exe: ggml.o:ggml.c:(.text+0x2189c): undefined reference to `cblas_sgemm' collect2.exe: error: ld returned 1 exit status make: *** [Makefile:596: main] Error 1 ```