Yun Dou
Yun Dou
Although translation files (of all CJK translations including SC TC JP and KR) on github is correct, it's become malformed in released jar versions. This also occured in latest version...
MUSA is a CUDA-like SDK on moorethreads platform, like HIP/ROCm: https://developer.mthreads.com/musa/musa-sdk ~Yet only supports makefile~ With a simple dirty cmake implemention Use MUSA_ARCH=21 for S80 Original musa /usr/local/musa/include/internal/mublas-types.h will mess...
Needs https://github.com/RWKV/ggml/pull/3
needs #154
`STR_PCIE30_PHY_MODE_HELP`在默认文本mode下显示效果不太行 `PcdPcie30PhyModeDefault`可以改变默认拆分模式 `STR_PCIE30_PHY_MODE_HELP` looks real bad in default text mode `PcdPcie30PhyModeDefault` controlls default pcie3 phy mode
to make reader understand what is few-shot
like #182 , but much more simple, no libcat modifications needed
verified with this demo: ```go package main import ( "crypto" "crypto/ed25519" "crypto/rand" "crypto/x509" "crypto/x509/pkix" "encoding/pem" "math/big" "os" "time" "golang.org/x/crypto/ocsp" ) func genCert() (cert *x509.Certificate, privKey crypto.Signer) { _, privKey, err...