link89
link89
When I running the following code with dflow ```python from dflow.plugins.dispatcher import DispatcherExecutor kwargs = {'host': 'xxx', 'username': 'xxx', 'port': 6666, 'machine_dict': {'batch_type': 'Slurm', 'context_type': 'SSHContext', 'remote_profile': { 'key_filename': '/home/xxx/.ssh/id_ed25519'}},...
I find that it would takes up to 30s to run just `import dpdata` on the login node of HPC. I did some investigation myself and find that it would...
fix https://github.com/F1ashhimself/UISoup/issues/25
Since Python3 the whole MacOS tool box ([here](https://stackless.readthedocs.io/en/2.7-slp/library/carbon.html)), the following code never working anymore `from Carbon import AppleEvents`
## Describe your changes Allow user to get streamlit server instance and access the low level tornado instance. ## GitHub Issue Link (if applicable) https://github.com/streamlit/streamlit/issues/8661 ## Testing Plan This is...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary As a...
## Summary by CodeRabbit - **Enhancements** - Improved the method for obtaining virials in the system. The application now checks multiple sources for virials before calculating them from stress, ensuring...
Hi community, This RFC is about a proposal to refactor DPGEN workflow with a new design based on DFlow A typical DPGEN2 configuration is like the below: https://github.com/deepmodeling/dpgen2/blob/master/examples/chno/input.json IMHO there...
This is useful for host static assets in CDN.
Currently ligpargen lock the python version to 3.7 which makes pip reported error when installing on a newer version of python. This patch just relax the requirement of python version...