James Braza
James Braza
I have discovered that running `promptfoo eval`, if it: - Can't connect to the model ``` [FAIL] API response error: TypeError: Cannot read properties of undefined (reading '0'): {"error":{"code":500,"message":"rpc error:...
**System information**. TensorFlow version (you are using): 20.10.0 Are you willing to contribute it (Yes/No): No **Describe the feature and the current behavior/state**. I find [`tf.keras.utils.image_dataset_from_directory`](https://www.tensorflow.org/api_docs/python/tf/keras/utils/image_dataset_from_directory) very convenient for reading...
**System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS...
I have discovered that if you try to connect the `OpcDaClient` on a thread, it throws an `Exception`. Please see the below code snippet (done with [MatrikonOPC Simulation Server](https://www.matrikonopc.com/products/opc-drivers/opc-simulation-server.aspx)): ```python...
Please see https://github.com/ya-mouse/openopc/issues/22 for a 32-bit Python vs 64-bit Python issue. For reference, I have [MatrikonOPC Simulation Server](https://www.matrikonopc.com/products/opc-drivers/opc-simulation-server.aspx) installed and running. I had hoped that openopc2 didn't require a 32-bit...
I am trying to get the OPC gateway service to work, and am observing a distinction between `OPC_GATEWAY_HOST` and `OPC_GATE_HOST` for the environment variable name: - `OPC_GATE_HOST`: seems to be...
In `openopc2.da_client.OpcDaClient`, there is some awkward statefulness: ```python open_opc_config = OpenOpcConfig() open_opc_config.OPC_SERVER = opc_server # Pretend no env vars for now opc_client = OpcDaClient(open_opc_config=open_opc_config) opc_client.connect(opc_server=opc_server) ``` The statefulness comes from:...
In [the Multi platform installation docs section](https://github.com/iterativ/openopc2/tree/3dc6a9522a3a5f30b243b4b8e44fb7409a2a1388#multi-plattform-installation) that renders [doc/assets/LinuxSetup.png](https://github.com/iterativ/openopc2/blob/3dc6a9522a3a5f30b243b4b8e44fb7409a2a1388/doc/assets/LinuxSetup.png), it shows `openopc2 Service` running on the Windows machine. In the image, can you document which service this is of...
### System Info - `transformers` version: 4.36.2 - Platform: macOS-13.5.2-arm64-arm-64bit - Python version: 3.11.7 - Huggingface_hub version: 0.20.2 - Safetensors version: 0.4.1 - Accelerate version: not installed - Accelerate config:...
The request is, can `langchain-visualizer` support Pydantic v2? As of `langchain-visualizer==0.0.33`, Pydantic v2 is unsupported: ```none > poetry add langchain-visualizer Using version ^0.0.33 for langchain-visualizer ... Because langchain-visualizer (0.0.33) depends...