Skip to content

Commit c1f2a28

Browse files
authored
Merge pull request #16 from shmuelk/renamed-repo
Renamed the vllm-sim package to match the new name llm-d-inference-sim
2 parents 6255f29 + 8432b5c commit c1f2a28

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

pkg/vllm-sim/defs.go renamed to pkg/llm-d-inference-sim/defs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
// Definitions of all sturctures used by vLLM simultor
1818
// Contains the main simulator class and all definitions related to request/response for all supported APIs
19-
package vllmsim
19+
package llmdinferencesim
2020

2121
import (
2222
"fmt"

pkg/vllm-sim/metrics.go renamed to pkg/llm-d-inference-sim/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
// Contains functions related to prometheus metrics
1818

19-
package vllmsim
19+
package llmdinferencesim
2020

2121
import (
2222
"strconv"

pkg/vllm-sim/simulator.go renamed to pkg/llm-d-inference-sim/simulator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License.
1515
*/
1616

1717
// Package vllmsim implements the vLLM simulator.
18-
package vllmsim
18+
package llmdinferencesim
1919

2020
import (
2121
"context"

pkg/vllm-sim/simulator_test.go renamed to pkg/llm-d-inference-sim/simulator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package vllmsim
17+
package llmdinferencesim
1818

1919
import (
2020
"context"

pkg/vllm-sim/streaming.go renamed to pkg/llm-d-inference-sim/streaming.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package vllmsim
17+
package llmdinferencesim
1818

1919
import (
2020
"bufio"

pkg/vllm-sim/utils.go renamed to pkg/llm-d-inference-sim/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package vllmsim
17+
package llmdinferencesim
1818

1919
import (
2020
"math/rand"

pkg/vllm-sim/utils_test.go renamed to pkg/llm-d-inference-sim/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package vllmsim
17+
package llmdinferencesim
1818

1919
import (
2020
"strings"

pkg/vllm-sim/vllm_sim_suite_test.go renamed to pkg/llm-d-inference-sim/vllm_sim_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package vllmsim
17+
package llmdinferencesim
1818

1919
import (
2020
"testing"

0 commit comments

Comments
 (0)