excubo-jg

Results 8 issues of excubo-jg

**Describe the bug** Starting a programm creates this error message in "show output from - general" . c:\program files\microsoft visual studio\2022\preview\common7\ide\extensions\microsoft\python\core\pylance\dist\pylance-langserver.bundle.js:1 function a0_0x1596(){const _0xe47295= ['ywjZB2X1DgvvBG','zwXKrxHWCMvZCW','rNjVBq','kIbeDw1WigrLyG','C2L6zwq6ka','DgHLC2LZ','y2fUrxH0CMfJDa','zMf1Bhq','zxHpCLnSAwnL','yw5Jzq','x2DLDfjLz2LVBG','ugfJA2fNzxm','DNnJB2rLlw5VDa','ugfYyw0','uKLtveLd','y2XHC3m','Dg9Rzw5syw5Nzq','CNruzxH0rM9Yqq','x0fdq0vqveve','yMXL','CMLJq2XHC3m','C3vIC3rY','zwjVB2STy2vSBa','sw1WB3j0','C2vUzfjLy29TBq','z2v0uNvSzq','nZm2','BMv3u3LTyM9StG','ChLSyw5JzvvYAq','CM9Wzxj0Eq','DMLZAxrezwW','ig1LC3nHz2u','Cg9ZDe1LC3nHzW','Aw50zwXSAxnLBG','uhjVDMLKzxi','D2fPDa','CMvXDwLYzq','zxrLCKXPC3q','Dg9Rzw5PEMvdyq','tNvSBa','BwL0','C0nVDw50','CIbJB3vUDdO','zgv0ywLSCW','tw9Kzq','y2vSBhm','z2v0tw9KDwXLtG','rxHWCMvZC2LVBG','Bgv2zwW','z2v0sxrLBuf0','rxH0CMfJDcbTzq','CNr5','Dg9dB25JyxrvCG','vw5HBM5VDgf0zq','y2vWDgvK','BwvTyMvYtMfTzq','tMfTzxnbBMrbza','kIb3AgvUihrOzq','x2DLDerLy29Yyq','BJOG','CMvZC0jHCG','CMLHyMXL','q29KzuzVCLr5Ca','zwn0zwq','rxjYB3iGB2nJDq','zw5HyMXLrxH0CG','AgfZvw5LC2nHCa','DxnLzeLTCg9YDa','C3rHCNrnB2rLBa','rgLKig5VDcbMAq','y2HLy2TwywXPza','zxnOzwqGzMfSBa','DxbKyxrLtM90zq','DMLZAxrxAgLSzq','zgvJB3jHDg9Y','C3LTyM9SvgfIBa','y3vTzw50l2rPza','BMnLCW','ksbYB290igrPCG','zMLUzwrwyxjPyq','vgHYzwfKqMfZzq','BgXqCMvMAxG','zgvJB2rLvgv4Da','CMf0Aw9U','y3vZDg9T','CMLZDgLJ','DxnLCKLUzgv4tq','z2v0uM9VDhm','C2v0vg9qB3nPDa','uMvWB3j0uhjVzW','C3rYDwn0DxjL','z1vYAq','x2XVywrk ... [Text cut short as...

waiting for upstream

There is a "warnings.warn(" line being attached to a lot of warning messages. Could this be removed? ``` /home/wsl/miniconda3/envs/RAGatouille/lib/python3.11/site-packages/torch/cuda/amp/grad_scaler.py:125: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. warnings.warn(...

I am running attached py as standalone which loads the attached data file. Execution should be very fast as there should be no training but isn't. An earlier version of...

I am wondering if the returns in evaluate.py __code__ ``` if return_all_scores and return_outputs: return round(100 * ncorrect / ntotal, 2), results elif return_all_scores: return round(100 * ncorrect / ntotal,...

I experience this behavior with both the current version of vs 2022 and vs 2022 preview: - Opening a solution freezes the machine, eg blocks any interactions until (guessing this...

user responded

**Describe the bug** After starting n (1

needs investigation

COPRO (and MIPRO) explicitly require English: ` class BasicGenerateInstruction(Signature): ""You are an instruction optimizer for large language models. I will give you a ``signature`` of fields (inputs and outputs) **in...

if dspy.Prediction is called with context = [] this causes in chat_adapter.py ``` def format_fields(fields): output = [] for k, v in fields.items(): v = _format_field_value(v) output.append(f"[[ ## {k} ##...