yourchanges

Results 55 comments of yourchanges

@DavidLeeUX 这种么 upstream myapp { server backend1.example.com; server backend2.example.com; server backend3.example.com; # 禁用 T_NGX_HTTP_UPSTREAM_RANDOM random off; } 关闭后 使用的是什么策略

这里有一个破解加密的python实现,但是需要获取对应机器的GUID 和账号id ``` ''' python -m pip install wmi python -m pip install pycryptodome ''' import base64 from ctypes import * import binascii import hashlib import os import winreg from...

我也发现 用手机拍下水印图片后 无法还原出水印 不知道怎么处理, 截图倒是可以还原, 只要完整截图了

here is the test code: ``` func ResizedBybimg(ext string, read io.ReadSeeker, width, height int, mode string) (resized io.ReadSeeker, w int, h int) { if width == 0 && height ==...

The sqlcoder-7b-2's model weights were updated at 7 AM UTC on Feb 7, 2024. The new model weights lead to a much more performant model – particularly for joins. https://huggingface.co/defog/sqlcoder-7b-2...

for ollama running on gfx803 on windows, just check https://github.com/likelovewant/ollama-for-amd https://github.com/likelovewant/ollama-for-amd/wiki Tested ollama 0.2.5/0.2.7 RX 570 4GB memory on win10 64bit, it run `ollama run phi3` well ,but sometimes it...

@KazeLiu You should check your logs of the `ollama serve` , ``` D:\ollama_windows-amd64>ollama serve 2024/07/19 16:57:05 routes.go:965: INFO server config env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_LLM_LIBRARY:...

这里有一个破解加密的python实现,但是需要获取对应机器的GUID 和账号id ``` ''' python -m pip install wmi python -m pip install pycryptodome ''' import base64 from ctypes import * import binascii import hashlib import os import winreg from...