Arnab Biswas
Arnab Biswas
**What happened**: I installed dask-cloudprovider using pip within a conda environment which already have azure related dependencies available. $ pip install dask-cloudprovider And was trying to execute, the code from...
Azure : RuntimeError: Decompression 'SNAPPY' not available. Options: ['GZIP', 'LZ4', 'UNCOMPRESSED']
### Steps to reproduce: I have created Dask Cluster inside AzureML environment using the following code: ```python amlcluster = AzureMLCluster(ws, vm_size="STANDARD_D1", environment_definition=ws.environments['AzureML-Dask-CPU'], initial_node_count=0, scheduler_idle_timeout=10800, vnet='vnet', subnet='subnet', vnet_resource_group='resourcegroup', ct_name="biswasdask", ) ```...
Steps to reproduce: I have created Dask Cluster inside AzureML environment using the following code: ```python amlcluster = AzureMLCluster(ws, vm_size="STANDARD_D1", environment_definition=ws.environments['AzureML-Dask-CPU'], initial_node_count=0, scheduler_idle_timeout=10800, vnet='vnet', subnet='subnet', vnet_resource_group='resourcegroup', ct_name="biswasdask", ) ``` Next...
### Issue you'd like to raise. ConversationalChatAgent places `FORMAT_INSTRUCTIONS` as well as tools section within human message, not within system message. This is fine as long as ChatGPT-3.5 is being...