wizd

Results 34 issues of wizd

据说 iPhone14 上跑 LLAMA 推理速度比 M1 上都快,那么可以考虑在手机上直接合成视频了。

discussion

建议更新。虽然这个名字变来变去,但现在是一个澳门和广东省政府共管的区域了,已经独立于珠海了。

### Describe the bug If set temperature to 0, the chat completions API will return empty text. ### Is there an existing issue for this? - [X] I have searched...

bug

今天试用了一下Gost发现这才是netcat,socat,delegated,haproxy等等一众转发工具之后集大成的终极神器。狂赞啊。 我想如果能够支持GRE转发的话,就可以配合路由器做很多事情了。不知有没有计划支持?

Proposal

const topic = await room.topic(); const selfName = '晓玲珑 - AI 来了'; //bot.currentUser.name(); 临时修补:硬编码新名字。

docker container setup as bellow. ``` version: "3.7" services: ollama: container_name: ollama image: ollama/ollama:latest ports: - "5310:11434" volumes: - ./ollama:/root/.ollama restart: unless-stopped environment: - CUDA_VISIBLE_DEVICES=0,1 - OLLAMA_ORIGINS=* deploy: resources: reservations:...

### What is the issue? Rocm docker container giberish output ![屏幕截图 2024-03-15 082145](https://github.com/ollama/ollama/assets/2835415/29f81523-9945-41c1-a9dd-5779e3cf2b50) ![屏幕截图 2024-03-15 082121](https://github.com/ollama/ollama/assets/2835415/77e6efb9-67c9-439e-a160-86082233a965) ### What did you expect to see? Normal content ### Steps to reproduce _No...

bug
amd

### Your current environment ```text Collecting environment information... PyTorch version: 2.1.2+cu121 Is debug build: False CUDA used to build PyTorch: 12.1 ROCM used to build PyTorch: N/A OS: Ubuntu 22.04.2...

bug

### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...

💪 enhancement

[Socks6](https://datatracker.ietf.org/meeting/99/materials/slides-99-intarea-socks6-00) support tcp optional header, so it can handle some extension protocols such as [MPTCP](https://www.rfc-editor.org/rfc/rfc6824.html). There is a [fork](https://github.com/45G/shadowsocks-libev) to implement Socks6, I wonder if it could be merged into...