# July 2024

**Features**

* Users can now generate wireguard configuration from credentials page (once account is approved and whitelisted by Strong Compute)
* Users can now choose between turning on isolated or shared workstations
* Added new ENV variables accessible to running job commands:
  * `NNODES` the total number of gpus in the cluster
  * `N_PROC` the number of gpus that the particular machine should use
* Removed `nnodes` from isc file, replaced by `gpus` field

**UI/DX Improvements**

* We've added total training time to the experiment page
* Burst billing calculates based on number of GPUs used
* Bumped 10 dependencies&#x20;
* Bumped Elixir/Erlang ver.
* Minor scheduler fixes
* Burst self-cleans up tar files after use


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.strongcompute.com/change-log/july-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
